mamba
mamba copied to clipboard
Fix multiple hook execution
As stated in issue #105, before_all and after_all hooks were executed several times (but only if the nested context had a hook of the same kind).
This Pull Request should fix the issue.
@nestorsalceda Just mentioning you to be safe... Sorry if you're busy
I'm also thinking about implementing a JUnit formatter (for CircleCI integration) soon in addition to the two Pull Requests that are out right now
Auch! I didn't see this before! Sorry man!
Let me to check this and merge this weekend, but it looks good!
#131 has a more comprehensive fix to this problem I think, so this one could be closed