From ad777bbcd54c01f0ecec64a747e040fbf769570f Mon Sep 17 00:00:00 2001
From: jack-parsons <jack.parsons.uk@icloud.com>
Date: Tue, 23 Jul 2019 15:34:59 +0100
Subject: [PATCH] Checking that the Gitlab tester is working (should pass)

---
 tests/test_basics.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/tests/test_basics.py b/tests/test_basics.py
index 6b5da93..07df21c 100644
--- a/tests/test_basics.py
+++ b/tests/test_basics.py
@@ -13,12 +13,6 @@ class TestBasicFunction(unittest.TestCase):
         modPath = os.path.abspath(os.getcwd())
         sys.path.insert(0, modPath)
 
-    def test_running(self):
-        """
-        Test that the suite is running correctly
-        """
-        self.assertTrue(False)
-
     def test_python_imports(self):
         """
         Test imports
-- 
GitLab