sroberts / hubot-vtr-scripts

Scripts for making Hubot a CND Sidekick
MIT License
59 stars 15 forks source link

Redo: Need Tests #66

Open sroberts opened 9 years ago

sroberts commented 9 years ago

So @mattjay was kind enough to create some pretty excellent tests for us a long time ago. For this we will forever owe him thanks every time we see that wonderful :white_check_mark:.

That said I think we can step up our testing game.

  1. The current tests are in JS, which is great for @mattjay (That bearded JS wizard that he is) but for the rest of us Hubot scripters it's a bit difficult.
  2. The tests are incomplete for various scripts that have been added since Matt's test binge. This makes it hard for us to expect tests for new scripts.

There are solid examples of how to test Hubot scripts in github/hubot. That'd be a great place to start.