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

Mark test as 'run-always' #228

Open MartinBernstorff opened 7 months ago

MartinBernstorff commented 7 months ago

Is your feature request related to a problem? Please describe. I have a few tests which depend on .cfg files on disk. Since testmon doesn't support checking those .cfg files, a super simple solution is to run the test all the time.

Describe the solution you'd like Run all tests with a specific pytest or testmon decorator.

Describe alternatives you've considered None so far.