You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
Will be needed when implementing tests for #2, because tests cannot (easily?)
access the bot object, or test the output of e.g. bot.say() if they could.
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 text was updated successfully, but these errors were encountered: