Tagged Questions
60
votes
7answers
11k views
Practicing BDD with python
Which are the most advanced frameworks and tools there are available for python for practicing Behavior Driven Development? Especially finding similar tools as rspec and mocha for ruby would be great.
...
1
vote
1answer
200 views
Node.js and coffeescript — testing app with Mocha and Zombie
I am trying to test a node.js webapp I have started working on with
Mocha and Zombie. But there are a few things I still don't understand
and would like some help. Please note that I am using express
...