mixxorz / behave-django

Behave BDD integration for Django
https://pythonhosted.org/behave-django/
38 stars 5 forks source link

Failing behave tests stlil return exit code 0 #7

Closed mixxorz closed 9 years ago

mixxorz commented 9 years ago

It should return 1 if the tests fail, and 0 if the tests pass. I found out because my CI was passing even if it had failing tests.