aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/test_basic.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_basic.py')
-rw-r--r--tests/unit/test_basic.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/unit/test_basic.py b/tests/unit/test_basic.py
deleted file mode 100644
index 1856536..0000000
--- a/tests/unit/test_basic.py
+++ /dev/null
@@ -1,19 +0,0 @@
-''' Crawl the running Docker site and verify all links give a 200 OK '''
-
-import unittest
-import subprocess
-
-
-# Placeholder for future python based codi/TURFF
-
-class BasicTests(unittest.TestCase):
- ''' Base class for testing '''
-
- def setUp(self):
- ''' Define some unique data for validation '''
- pass
-
-
- def tearDown(self):
- ''' Destroy unique data '''
- pass