Skip to content
New issue

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

test_wps_parser.py fails with "=" in condition #33

Open
cairosanders opened this issue Oct 16, 2020 · 0 comments
Open

test_wps_parser.py fails with "=" in condition #33

cairosanders opened this issue Oct 16, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@cairosanders
Copy link
Contributor

Describe the bug
The input for the wps_parser takes a logical condition. If passed a condition with a "=" (==, <=, >=) in it, the test fails. Any other condition passes the test. When using the process (for example in the wps_parser_demo.ipyn) the process completes as expected with a "=" symbol in the condition.

To Reproduce
Steps to reproduce the behavior:

  1. Go to tests/test_wps_parser.py
  2. Replace the existing condition with a condition containing "<=" or ">=" etc.
  3. Run the test
  4. See failed test (400 server error)

Expected behavior
test_wps_parser.py should pass the test with conditions containing "="

@cairosanders cairosanders added the bug Something isn't working label Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant