Skip to content
Snippets Groups Projects
Commit ad777bbc authored by jack-parsons's avatar jack-parsons
Browse files

Checking that the Gitlab tester is working (should pass)

parent 63bb99bf
No related branches found
No related tags found
1 merge request!23Merge in Jack's changes
Pipeline #855 passed
...@@ -13,12 +13,6 @@ class TestBasicFunction(unittest.TestCase): ...@@ -13,12 +13,6 @@ class TestBasicFunction(unittest.TestCase):
modPath = os.path.abspath(os.getcwd()) modPath = os.path.abspath(os.getcwd())
sys.path.insert(0, modPath) sys.path.insert(0, modPath)
def test_running(self):
"""
Test that the suite is running correctly
"""
self.assertTrue(False)
def test_python_imports(self): def test_python_imports(self):
""" """
Test imports Test imports
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment