mamba icon indicating copy to clipboard operation
mamba copied to clipboard

Fix multiple hook execution

Open kfischer-okarin opened this issue 6 years ago • 3 comments

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.

kfischer-okarin avatar Nov 06 '18 09:11 kfischer-okarin

@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

kfischer-okarin avatar Nov 13 '18 11:11 kfischer-okarin

Auch! I didn't see this before! Sorry man!

Let me to check this and merge this weekend, but it looks good!

nestorsalceda avatar Nov 30 '18 16:11 nestorsalceda

#131 has a more comprehensive fix to this problem I think, so this one could be closed

kfischer-okarin avatar Feb 17 '19 13:02 kfischer-okarin