Is there a python equivalent for RSpec to do TDD?

前端 未结 4 547
感动是毒
感动是毒 2021-01-30 09:00

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 w

4条回答
  •  遥遥无期
    2021-01-30 09:42

    http://pythonhosted.org/behave/

    This is one solution to behavior driven development in python. Might help.

提交回复
热议问题