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
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!
The text was updated successfully, but these errors were encountered:
How much work would it take to make custom pytest-workflow tests to play nice with @pytest.mark.parametrize?
That's not a use case we have, so I cannot justify putting quite a lot of time in it. Most of the time will be getting into the details of the pytest API.
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.
That's not a use case we have, so I cannot justify putting quite a lot of time in it. Most of the time will be getting into the details of the pytest API.
Totally fair. No guarantees from my side either. I will update if I end up giving this a shot!
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.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!
The text was updated successfully, but these errors were encountered: