From 0ac1ba7e26d2d6394a0e4d96e7104f636eedaa1e Mon Sep 17 00:00:00 2001 From: Paul Lodronio Date: Tue, 7 May 2013 11:15:35 -0500 Subject: added malformed json tests these tests are all being skipped because the code being tested is broken bug #1177969 Change-Id: Iaf3c09bfda01b5ad883e9859906f831a3b2b5337 --- run_tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'run_tests.py') diff --git a/run_tests.py b/run_tests.py index fd971e0c..9ab5d4f4 100644 --- a/run_tests.py +++ b/run_tests.py @@ -141,6 +141,7 @@ if __name__ == "__main__": from reddwarf.tests.api.mgmt import instances from reddwarf.tests.api.mgmt import instances_actions from reddwarf.tests.api.mgmt import storage + from reddwarf.tests.api.mgmt import malformed_json except Exception as e: print("Run tests failed: %s" % e) traceback.print_exc() -- cgit v1.2.1