We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For EUNIT-7 (https://support.process-one.net/browse/EUNIT-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel), I implemented an experimental feature where you can write {setup, [{Tag, Setup, Cleanup}, ...], Tests-or-Instantiator}, which automatically backs out of only the steps that fail. This needs to be decided on and be documented if it stays.
Update 1: It seems quite useful. It needs documentation, and EUNIT-7 should be commented on if possible (it's closed already).
Update 2: It also needs generalizing to foreach and foreachx before becoming an official feature.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For EUNIT-7 (https://support.process-one.net/browse/EUNIT-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel), I implemented an experimental feature where you can write {setup, [{Tag, Setup, Cleanup}, ...], Tests-or-Instantiator}, which automatically backs out of only the steps that fail. This needs to be decided on and be documented if it stays.
Update 1: It seems quite useful. It needs documentation, and EUNIT-7 should be commented on if possible (it's closed already).
Update 2: It also needs generalizing to foreach and foreachx before becoming an official feature.
The text was updated successfully, but these errors were encountered: