pytest-concurrent icon indicating copy to clipboard operation
pytest-concurrent copied to clipboard

FR: mark test cases as seq

Open reverbc opened this issue 8 years ago • 0 comments
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)

reverbc avatar Aug 12 '17 16:08 reverbc