diff --git a/CI/unit_tests/test_dummy_test.py b/CI/unit_tests/test_dummy_test.py new file mode 100644 index 0000000..85b125c --- /dev/null +++ b/CI/unit_tests/test_dummy_test.py @@ -0,0 +1,15 @@ +""" +Some Information about this module +""" + + +class TestDummyTest: + """ + Some Information about this class + """ + + def test_dummy_test(self): + """ + Some Information about this method + """ + assert True \ No newline at end of file