pytest-concurrent
pytest-concurrent copied to clipboard
FR: mark test cases as seq
trafficstars
For some use cases, there might be some test cases that we want to run in sequential. We should have a decorator-like mechanism to support that.
I propose to have the decorator added: @pytest.mark.concseq(run_first=True)