nestorsalceda / mamba

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

Fixes issue #96 - after.each only executes if examples pass. #97

Closed jes5e closed 6 years ago

jes5e commented 6 years ago

There was an if statement that checked for errors and only ran code in after.each if there were none. Removed this if check.

nestorsalceda commented 6 years ago

Although the hook execution code is going to change, I thank you for this patch :)

Thanks !