mozilla / active-data-recipes

A repository of various activedata queries and recipes
Mozilla Public License 2.0
9 stars 24 forks source link

Test Web API #100

Closed TrangNguyenBC closed 5 years ago

TrangNguyenBC commented 5 years ago

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!

TrangNguyenBC commented 5 years ago

Thank you I updated the code :-)