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:
- Go to
tests/test_wps_parser.py
- Replace the existing condition with a condition containing "<=" or ">=" etc.
- Run the test
- See failed test (400 server error)
Expected behavior
test_wps_parser.py should pass the test with conditions containing "="
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:
tests/test_wps_parser.pyExpected behavior
test_wps_parser.pyshould pass the test with conditions containing "="