Contents

pytest-xdist 3.6.1

0

pytest xdist plugin for distributed testing, most importantly across multiple CPUs

pytest xdist plugin for distributed testing, most importantly across multiple CPUs

Stars: 1445, Watchers: 1445, Forks: 229, Open Issues: 266

The pytest-dev/pytest-xdist repo was created 9 years ago and the last code push was 6 hours ago.
The project is very popular with an impressive 1445 github stars!

How to Install pytest-xdist

You can install pytest-xdist using pip

pip install pytest-xdist

or add it to a project with poetry

poetry add pytest-xdist

Package Details

Author
None
License
MIT License Copyright (c) 2010 Holger Krekel and contributors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Homepage
None
PyPi:
https://pypi.org/project/pytest-xdist/
Documentation:
https://pytest-xdist.readthedocs.io/en/latest
GitHub Repo:
https://github.com/pytest-dev/pytest-xdist

Classifiers

  • Software Development/Quality Assurance
  • Software Development/Testing
  • Utilities
No  pytest-xdist  pypi packages just yet.

Errors

A list of common pytest-xdist errors.

Code Examples

Here are some pytest-xdist code examples and snippets.

GitHub Issues

The pytest-xdist package has 266 open issues on GitHub

  • CHANGELOG: add --boxed deprecation to 2.5.0
  • 2.5.0: pytest is failing
  • testing/acceptance_test.py::test_internal_errors_propagate_to_controller seems to fail 30% of the time
  • Performance idea: --sf/--slow-first option to improve resource utilization
  • 'module' object has no attribute 'GtkWarning'
  • Different tests were collected between workers
  • pytest hangs while running tests

See more issues on GitHub

Related Packages & Articles

pytest-socket 0.7.0

A plugin to use with Pytest to disable or restrict socket calls during tests to ensure network calls are prevented.

pytest-aoc 1.23.4

Downloads puzzle inputs for Advent of Code and synthesizes PyTest fixtures