summaryrefslogtreecommitdiff
path: root/src/server-tests/test_db_controller.py
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-04-29 17:52:38 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-29 17:53:06 +0300
commit7f3e4f1762cedd7b20c211ddbc6f3b0a05b19414 (patch)
tree65d289e2f8496c89e5ddc2aa7dda9818fa395dea /src/server-tests/test_db_controller.py
parent91386a9e5b6f0951e1cab53bce71e0036b490924 (diff)
@debug__pydev_pd_arg: apply where missing
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()