nestorsalceda / mamba

The definitive testing tool for Python. Born under the banner of Behavior Driven Development (BDD).
http://nestorsalceda.github.io/mamba
MIT License
518 stars 65 forks source link

After hooks only run if tests are successful #86

Closed srbry closed 7 years ago

srbry commented 7 years ago

After hooks only run if tests pass, that doesn't seem to be desirable. For system test coverage for example this could mean not leaving state in actual systems due to a test suite failing.

angelsanzn commented 7 years ago

This is questioned in #71

srbry commented 7 years ago

Thanks for the pointer, closing this issue