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