mozilla / active-data-recipes

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

Display query_test name and args #75

Closed nikk15 closed 5 years ago

nikk15 commented 5 years ago

Fixed warning from pytest. Added "args" to .test files, as IDS created by query_idfn() in conftest.py expected this value. Plus this also displays the names of each file with whether or not --debug is True and tested. In future, this might be used to switch between "table" and "json" testing.