LUMC / pytest-workflow

Configure workflow/pipeline tests using yaml files.
https://pytest-workflow.readthedocs.io/en/stable/
GNU Affero General Public License v3.0
63 stars 9 forks source link

Feature request: Only run assertions (--skip-command?) #195

Closed stianlagstad closed 4 months ago

stianlagstad commented 4 months ago

Thank you again for this valuable tool.

Sometimes I have an expensive command which takes a long time, and in those cases I would like the ability to only run that command once and then iterate on my assertions without having to re-run the command. Could that be made possible with something like a flag --skip-command, or with something like --only-run-assertions?

rhpvorderman commented 4 months ago

This is similar to #174 if I am not mistaken. Yes, this would be very useful to have!

stianlagstad commented 4 months ago

Thank you. Closing in favor of https://github.com/LUMC/pytest-workflow/issues/176.