From a786fef06639da439f9edd367db36388dc1c2658 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 2 Jan 2013 22:03:02 +0100 Subject: little cleanup, improved handling of custom exceptions via api --- tests/api/test_JSONBackend.py | 2 ++ tests/api/test_noargs.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/api/test_JSONBackend.py b/tests/api/test_JSONBackend.py index 8d3373f65..76077b67b 100644 --- a/tests/api/test_JSONBackend.py +++ b/tests/api/test_JSONBackend.py @@ -27,3 +27,5 @@ class TestJSONBackend: def test_unknown_method(self): self.client.login("User", "test") self.client.sdfdsg() + + # TODO: test raising of exceptions, also in WSBackend \ No newline at end of file diff --git a/tests/api/test_noargs.py b/tests/api/test_noargs.py index aa010f293..3635b9355 100644 --- a/tests/api/test_noargs.py +++ b/tests/api/test_noargs.py @@ -6,7 +6,7 @@ from ApiTester import ApiTester from module.remote.ttypes import Iface -IGNORE = ('stop', 'restart') +IGNORE = ('quit', 'restart') class TestNoArgs(ApiTester): def setUp(self): -- cgit v1.2.3