pytest plugin to collect information from tests
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.
0.6
Jan 08, 2022
0.5
Mar 14, 2021
0.5a1
Mar 14, 2021
0.4
Jun 20, 2020
0.3
Oct 19, 2019
0.2
Oct 19, 2019
0.1.1
Jun 27, 2019
0.1
Jun 26, 2019
Wheel compatibility matrix
Files in release
Extras:
None
Dependencies:
pytest