tarpas / pytest-testmon

Selects tests affected by changed files. Executes the right tests first. Continuous test runner when used with pytest-watch.
https://testmon.org
MIT License
800 stars 54 forks source link

Question: pytest parametrization #162

Closed cgebbe closed 3 years ago

cgebbe commented 3 years ago

Not an issue, rather a quick question, which might also interesting to other people (and haven't find the answer on the homepage)

Our codebase makes heavy use of

In case a source code change only affects one of the parameters, would pytest-testmon run only the affected parameter or ALL parameters?

tarpas commented 3 years ago

All parameters unfortunately.