The module really should have tests, and the cookiecutter template did generate a no-op tests file that's just waiting to be used.
Consideration: API requires a key.
Possible solution: Separate test key config file that user must edit.
Alternate possible solution: Store full API responses for use with output methods so as not to hit the API more than necessary (useful for avoiding hitting W|A's free limits if development pace ever speeds up).
The module really should have tests, and the
cookiecutter
template did generate a no-op tests file that's just waiting to be used.Consideration: API requires a key. Possible solution: Separate test key config file that user must edit. Alternate possible solution: Store full API responses for use with output methods so as not to hit the API more than necessary (useful for avoiding hitting W|A's free limits if development pace ever speeds up).