pytest-parallel 0.1.1
0
a pytest plugin for parallel and concurrent testing
Contents
a pytest plugin for parallel and concurrent testing
Stars: 313, Watchers: 313, Forks: 60, Open Issues: 64The kevlened/pytest-parallel
repo was created 6 years ago and the last code push was 4 months ago.
The project is popular with 313 github stars!
How to Install pytest-parallel
You can install pytest-parallel using pip
pip install pytest-parallel
or add it to a project with poetry
poetry add pytest-parallel
Package Details
- Author
- Browsertron
- License
- MIT
- Homepage
- https://github.com/browsertron/pytest-parallel
- PyPi:
- https://pypi.org/project/pytest-parallel/
- GitHub Repo:
- https://github.com/browsertron/pytest-parallel
Classifiers
- Software Development/Quality Assurance
- Software Development/Testing
- Utilities
Related Packages
Errors
A list of common pytest-parallel errors.
Code Examples
Here are some pytest-parallel
code examples and snippets.
GitHub Issues
The pytest-parallel package has 64 open issues on GitHub
- If tests call code that
fork()
s, use of this plugin often leads to crashes on Mac OS High Sierra and onward, even when number of workers is set to 1 - Formalize fix from @codeRulc for #76 to stop duplicate output
- Number of tests fail with pytest6