Minor pytest-run-parallel
release that adds auto
as a value option to the --parallel-threads
flag, allowing to autodetect the number of available threads of the current running environment. It also provides more information in the README.
What's Changed
- Add "how it works" and "caveats" sections to readme by @ngoldbaum in #24
- Implement automatic CPU count detection by @lysnikolaou in #25
New Contributors
- @ngoldbaum made their first contribution in #24
Full Changelog: v0.3.0...v0.3.1