-
-
Notifications
You must be signed in to change notification settings - Fork 657
Added every_before_after event filter #2860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* Executes after every `every` Iterations * For after=8, before=25, every=5 Executes on Iterations 9 14 19 24
vfdev-5
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@theory-in-progress thanks for the PR ! Please add tests, I think args checking wont pass
* Raise Error condition according to the addition of the new feature of every iterations
* Edited the Function name of every_before_and_after_event_filter
* Added all the variations that can be passed as arguments, using for loops * Added test for every_before_and_after feature
1d069c6 to
e5c60af
Compare
vfdev-5
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update @theory-in-progress
I left few comments
vfdev-5
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @theory-in-progress ! LGTM
Related to #2853
Description:
everyIterationsCheck list: