diff --git a/imagesgallery/tests/basic_test.py b/imagesgallery/tests/basic_test.py new file mode 100644 index 0000000..098dc88 --- /dev/null +++ b/imagesgallery/tests/basic_test.py @@ -0,0 +1,9 @@ +""" +Tests for the Mind Map XBlock. +""" + +def test_always_passes(): + """ + This test will always pass. + """ + assert True