pytest-subtests
pytest-subtests copied to clipboard
Is there a way to select which subtest to run?
Like what pytest -k <pattern>
does, but on subtest level.
Hi @BowenBao,
This is not supported today, also I'm not sure how it could be made to work, given the user code that drives the subtests that are executed.