pytest-mpi 0.6


pip install pytest-mpi

  Latest version

Released: Jan 08, 2022

Project Links

Meta
Author: James Tocknell

Classifiers

Framework
  • Pytest

Development Status
  • 3 - Alpha

Intended Audience
  • Developers

License
  • OSI Approved :: BSD License

Programming Language
  • Python :: 3
  • Python :: 3.5
  • Python :: 3.6
  • Python :: 3.7
  • Python :: 3.8
  • Python :: 3.9

pytest_mpi is a plugin for pytest providing some useful tools when running tests under MPI, and testing MPI-related code.

To run a test only when using MPI, use the pytest.mark.mpi marker like:

@pytest.mark.mpi
def test_mpi():
    pass

Further documentation can be found at https://pytest-mpi.readthedocs.io.

Bug reports and suggestions should be filed at https://github.com/aragilar/pytest-mpi/issues.

Documentation Status Build Status Coverage Status

Wheel compatibility matrix

Platform Python 2 Python 3
any

Files in release

Extras: None
Dependencies:
pytest