Search code examples
pythondjangobddnosenosetests

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?


Solution

  • There is an open ticket requesting this at https://github.com/rlisagor/freshen/issues/16 I also attached a link to a github branch implementing this.