-
Notifications
You must be signed in to change notification settings - Fork 4
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
Improve callback API #6
Labels
enhancement
New feature or request
Comments
After some thoughts, I've decided to not make
|
So, new spec for
|
ffloyd
added a commit
that referenced
this issue
Apr 22, 2020
ffloyd
added a commit
that referenced
this issue
Apr 22, 2020
ffloyd
added a commit
that referenced
this issue
Apr 22, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The work to be done:
:data
and:meta
parts.meta
in context and results empty:last_step
meta-field for (at least) failure results of SCPbefore_all(klass, data, meta) -> void
after_all(klass, result, data, meta) -> new_result
before_each(klass, step_name, data, meta) -> void
after_each(klass, step_name, result, data, meta) -> new_result
data
andmeta
are mutable hashesafter_each
is executed before result data merged to the pipeline contextThe text was updated successfully, but these errors were encountered: