pytest-xdist

Contents:

  • Running tests across multiple CPUs
  • Running tests in a Python subprocess
  • Sending tests to remote SSH accounts
  • When tests crash
  • How-tos
  • How it works?
  • Known limitations
  • Changelog
pytest-xdist
  • Index

Index

E | G | I | P

E

  • environment variable
    • PYTEST_XDIST_TESTRUNUID
    • PYTEST_XDIST_WORKER, [1]
    • PYTEST_XDIST_WORKER_COUNT

G

  • get_xdist_worker_id() (in module xdist)

I

  • is_xdist_controller() (in module xdist)
  • is_xdist_master() (in module xdist)
  • is_xdist_worker() (in module xdist)

P

  • PYTEST_XDIST_WORKER

© Copyright 2010, holger krekel and contributors.

Built with Sphinx using a theme provided by Read the Docs.