-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
1.0ExUnitMimic ExUnit.Case functionality as close as possibleMimic ExUnit.Case functionality as close as possibleenhancement
Description
Registering tag specific setup callbacks currently is outside of ExUnit default flow.
setup_all -> setup for test as a whole
setup -> setup for each test case in file (in our case for each scenario), there even might be an alias setup_scenario?
setup_tag -> setup only for those features that are marked with tag.
Metadata
Metadata
Assignees
Labels
1.0ExUnitMimic ExUnit.Case functionality as close as possibleMimic ExUnit.Case functionality as close as possibleenhancement