noseonalchemist是鼻子的插件是为了报告提交对SQLAlchemy的罪名。
用法
运行nosetests用--with-commitreport:
  nosetests --with-commitreport
你可以得到的承诺计数报告:
/path/to/test1.py
tests.test_it犯2次
tests.test_it2提交11次
/path/to/test2.py
tests2.test_it犯2次
tests2.test_it2提交11次
要求:
- 在Python中
- 在鼻子
评论没有发现