This PR solves a part of issue #93
This unit test is written to test ADR Web API (giving a link of recipe name and parameters, the webapi will return result in json format).
Problem need help: I tried to make a common.py file for new_run_query() class because it is used in both test_recipes_integration.py and test_web_api.py, but this error occurred: ImportError: attempted relative import with no known parent package pytest. Do you have any suggestion for it, @ahal ? Thank you very much!
This PR solves a part of issue #93 This unit test is written to test ADR Web API (giving a link of recipe name and parameters, the webapi will return result in json format). Problem need help: I tried to make a
common.py
file fornew_run_query()
class because it is used in bothtest_recipes_integration.py
andtest_web_api.py
, but this error occurred:ImportError: attempted relative import with no known parent package pytest
. Do you have any suggestion for it, @ahal ? Thank you very much!