Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mutalyzer
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirrors
mutalyzer
Commits
51b5300f
Commit
51b5300f
authored
11 years ago
by
Vermaat
Browse files
Options
Downloads
Patches
Plain Diff
Add comment on testing POST requests to JSON API
parent
2c3ffa62
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_services_json.py
+8
-0
8 additions, 0 deletions
tests/test_services_json.py
with
8 additions
and
0 deletions
tests/test_services_json.py
+
8
−
0
View file @
51b5300f
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment