NosotrosNueces / utcs-uptime

Let's keep a database of everybody's uptime!
https://nosotrosnueces.github.io/utcs-uptime/
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Decide on a testing framework #2

Closed JDongian closed 9 years ago

JDongian commented 9 years ago

I nominate Mocha. Also see: nodeunit.

jeversmann commented 9 years ago

Mocha seems pretty cool, and I added shouldjs for assertions. describe and should.* are what I wanted, but I'm not sure how to stub yet.

jeversmann commented 9 years ago

Framework in place, open a new issue for mongo or ssh related tests.