Thanks for the great tool. How much work would it take to make custom pytest-workflow tests to play nice with @pytest.mark.parametrize?
I believe that tests that use and are annotated by @pytest.mark.parametrize and pytest workflow's @pytest.mark.workflow will always be skipped if @pytest.mark.workflow marks the test for multiple workflows. I.e.
- A custom test for multiple workflows with no parametrization is ok.
- A custom test for a single workflow with parametrization is ok.
- A custom test for multiple workflows with parametrization is not ok and is always skipped
Would this be a reasonable feature request? If there is a reasonably straightforward solution, I would not mind taking a crack at it with some input and guidance from maintainers here.
Thanks!