-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
after_scenario with inputs implementation
Pondered whether after_scenario should behave like before_* i.e. the input can be altered and passed on. Didn't see much sense in that though as the last value (global_after_scenario) will go nowher and the values aren't passed to any benchmarking function. Also for consistency with `after_each` I decided to just pass them the output of the last before_scenario (just like all after_each's just get the return value of the benchmarking function).
- Loading branch information
Showing
3 changed files
with
36 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters