diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-29 17:52:38 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-29 17:53:06 +0300 |
| commit | 7f3e4f1762cedd7b20c211ddbc6f3b0a05b19414 (patch) | |
| tree | 65d289e2f8496c89e5ddc2aa7dda9818fa395dea /src/server-tests/test_rz_mesh.py | |
| parent | 91386a9e5b6f0951e1cab53bce71e0036b490924 (diff) | |
@debug__pydev_pd_arg: apply where missing
Diffstat (limited to 'src/server-tests/test_rz_mesh.py')
| -rw-r--r-- | src/server-tests/test_rz_mesh.py | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/server-tests/test_rz_mesh.py b/src/server-tests/test_rz_mesh.py index 2d521712..42252378 100644 --- a/src/server-tests/test_rz_mesh.py +++ b/src/server-tests/test_rz_mesh.py @@ -160,7 +160,9 @@ class TestMeshAPI(unittest.TestCase): self.assertEqual(Attr_Diff, type(diff_in)) self.assertEqual(Attr_Diff, type(commit_ret)) -if __name__ == "__main__": - - unittest.main() +@debug__pydev_pd_arg +def main(): + unittest.main(defaultTest='TestMeshAPI.test_REST_post_triggers_ws_multicast__topo_diff', verbosity=2) +if __name__ == "__main__": + main() |
