dgw / sopel-wolfram

Wolfram|Alpha plugin for the Sopel IRC framework
Other
5 stars 1 forks source link

Tests! #2

Open dgw opened 8 years ago

dgw commented 8 years ago

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).