diff --git a/image-tests/imports.py b/image-tests/imports.py new file mode 100644 index 0000000..1270df0 --- /dev/null +++ b/image-tests/imports.py @@ -0,0 +1,5 @@ +# Test that we can import otter-grader +# In a real image, you could have more comprehensive tests here + +def test_import_openssh(): + import openssh