You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once I have a workflow and code set up, I iterate on the tests that I want to add, adding md5sumcontains elements to the yml file, but not actually changing the workflow or the code behind it.
It would be helpful if there was a way to just run the "lower part" of each workflow test.
In the envisioned implementation the user would
provide an "old" working directory (that was preserved using --kwd)
state that they do not want the workflows to be rerun ( --use_old_workflow_outputs)
This would cause pytest workflow to use the old working directory, not delete file in it, skip the first step of each test (running the workflow) and evaluate the rest of the tests as if that step succeeded.