Is there a way to make freshen tests fail on undefined tests?

By default when I run a freshen scenario, which contains an undefined given/when/then clause, that test is simply marked as undefined. No further helpful message as to what actually isn't defined is given. Is there a way to change this behavior to get more information what exactly was undefined?


在https://github.com/rlisagor/freshen/issues/16上有一个请求这个请求的公开门票。我还附上了一个链接到一个执行此操作的github分支。


Something like this gives a little more info:

./manage.py test -- -v

There is a patch to improve thing like this on github and the author promised to merge it but it seems he didn't.

https://github.com/rlisagor/freshen/pull/8

链接地址: http://www.djcxy.com/p/47536.html

上一篇: 在Emacs的autocomplete.el中使用Quickhelp for Python?

下一篇: 有没有办法使未定义的测试变得新鲜测试失败?