fendersperth / fendersbot

A group project for learning and teaching via a real code base
9 stars 3 forks source link

Testing #13

Closed luke-john closed 8 years ago

luke-john commented 8 years ago

Does anyone have opinions/suggestions about what testing framework and interface is used?

I'm most familiar with mocha and bdd style, but happy with anything.

karlbright commented 8 years ago

I feel like Mocha + BDD is the way to go for this. I use Tape a lot as well, but I feel like Mocha syntax will make it easier for people to understand and learn from, and write.

I'm :+1: for Mocha with something like Chai or expectfor assertions.