-
Notifications
You must be signed in to change notification settings - Fork 29
Test Driven Development
Filipe Oliveira edited this page Jun 13, 2015
·
2 revisions
Links para alguns artigos interessantes para você aprender a escrever testes e códigos testáveis em Node.js.
- http://code.tutsplus.com/tutorials/testing-in-nodejs--net-35018
- http://www.clock.co.uk/blog/tools-for-unit-testing-and-quality-assurance-in-node-js
- https://github.com/caolan/nodeunit
- http://visionmedia.github.io/expresso/
- https://github.com/joyent/node/wiki/modules#testing
- https://www.joyent.com/blog/risingstack-writing-testable-apis-the-basics
Entenda o que é Behaviour Driven Development: