summaryrefslogtreecommitdiff
path: root/src/server-tests/test_db_controller.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/server-tests/test_db_controller.py')
-rw-r--r--src/server-tests/test_db_controller.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/server-tests/test_db_controller.py b/src/server-tests/test_db_controller.py
index 35b11285..19c08f77 100644
--- a/src/server-tests/test_db_controller.py
+++ b/src/server-tests/test_db_controller.py
@@ -379,5 +379,9 @@ class TestDBController(unittest.TestCase):
def tearDown(self): pass
+@debug__pydev_pd_arg
+def main():
+ unittest.main(defaultTest='TestDBController.test_rzdb__fetch_DB_metadata', verbosity=2)
+
if __name__ == "__main__":
- unittest.main()
+ main()