anapaulagomes / pytest-picked

Run the tests related to the changed files (according to Git) 🤓
MIT License
368 stars 16 forks source link

Filter picked files by folder/s if provided #147

Closed oguseynov closed 1 year ago

oguseynov commented 2 years ago

Being able to run pytest --picked tests/unit/. There are many use cases when it could be handy, in my case it is being able to run each test suite separately, or part of them: unit, integration and etc. Easy one, I will be happy to contribute but would like to get feedback on the feature before spending time.