From 51b5300fd156f26a01272d6be2e34a9d7788b0c8 Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Mon, 9 Dec 2013 10:39:44 +0100 Subject: [PATCH] Add comment on testing POST requests to JSON API --- tests/test_services_json.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/test_services_json.py b/tests/test_services_json.py index 5be1ba16..0b235781 100644 --- a/tests/test_services_json.py +++ b/tests/test_services_json.py @@ -10,6 +10,14 @@ import mutalyzer from mutalyzer.services.json import application +# Todo: We currently have no way of testing POST requests to the JSON API. We +# had some tests for this, but they were removed with the new setup [1]. +# They depended on a patch to Spyne [2]. +# +# [1] https://git.lumc.nl/mutalyzer/mutalyzer/commit/fbf42d8c4a6c6ec27f9001686941b835867199ff +# [2] https://github.com/LUMC/spyne/commit/58660dec28d47b1c3bf1e46d20f55a913ad036cd + + class TestServicesJson(): """ Test the Mutalyzer HTTP/RPC+JSON interface. -- GitLab