We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current test suite has copied util methods form pywps, like get_output:
get_output
emu/tests/common.py
Line 30 in 3502572
We should make the pywps test utils public available. We should also have a look at Get and Post test examples.
Get
Post
Common test tools should be part of pywps and not copied by each WPS bird.
See also PR #48.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The current test suite has copied util methods form pywps, like
get_output
:emu/tests/common.py
Line 30 in 3502572
We should make the pywps test utils public available. We should also have a look at
Get
andPost
test examples.Common test tools should be part of pywps and not copied by each WPS bird.
Additional Information
See also PR #48.
The text was updated successfully, but these errors were encountered: