Contents

pytest-parallel 0.1.1

0

a pytest plugin for parallel and concurrent testing

a pytest plugin for parallel and concurrent testing

Stars: 312, Watchers: 312, Forks: 59, Open Issues: 63

The kevlened/pytest-parallel repo was created 5 years ago and the last code push was 1 years ago.
The project is popular with 312 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
No  pytest-parallel  pypi packages just yet.

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 63 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

See more issues on GitHub

Related Packages & Articles

pytest-github 0.3.1

Plugin for py.test that associates tests with github issues using a marker.

pandarallel 1.6.5

An easy to use library to speed up computation (by parallelizing on multi CPUs) with pandas.

nbval 0.11.0

A py.test plugin to validate Jupyter notebooks