diff options
author | 2013-01-02 22:03:02 +0100 | |
---|---|---|
committer | 2013-01-02 22:03:02 +0100 | |
commit | a786fef06639da439f9edd367db36388dc1c2658 (patch) | |
tree | 84b7d7acf23c300bef4b0fd5ee744e408ffc1152 /tests/api/test_JSONBackend.py | |
parent | New naming: pyLoadCore -> pyload (diff) | |
download | pyload-a786fef06639da439f9edd367db36388dc1c2658.tar.xz |
little cleanup, improved handling of custom exceptions via api
Diffstat (limited to 'tests/api/test_JSONBackend.py')
-rw-r--r-- | tests/api/test_JSONBackend.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |