rspec

Is there a python equivalent for RSpec to do TDD?

Is there a python equivalent for RSpec to do TDD? Question: I’m looking for a test framework like Ruby’s RSpec to do test driven development in Python. The advantage of a framework like RSpec is that it offers a DSL that lends itself well to TDD. First you describe the test in english, and then …

Total answers: 4