pytest-mpi

Pytest plugin for working with MPI

BSD-3-CLAUSE License

Downloads
56.1K
Stars
19
Committers
6

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.

Package Rankings
Top 2.05% on Pypi.org
Top 44.32% on Conda-forge.org
Badges
Extracted from project README
Documentation Status Version License Wheel Format Supported versions Supported implemntations PyPI