aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_trapd_settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_trapd_settings.py')
-rw-r--r--tests/test_trapd_settings.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_trapd_settings.py b/tests/test_trapd_settings.py
index 5d6cd0d..d800119 100644
--- a/tests/test_trapd_settings.py
+++ b/tests/test_trapd_settings.py
@@ -80,7 +80,3 @@ class test_cleanup_and_exit(unittest.TestCase):
except:
result = False
self.assertEqual(result, True)
-
-#if __name__ == '__main__':
- # tds.init()
-# unittest.main()