pytest plugin to collect information from tests
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pytest-mpi-0.1.tar.gz
(26.5 kB
view details)
File details
Details for the file pytest-mpi-0.1.tar.gz.
File metadata
- Download URL: pytest-mpi-0.1.tar.gz
- Upload date:
- Size: 26.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/2.7.14rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f638d521aa8e9975d46e306cf8e84cef1b450ead6eb8af8306697bf25978bfb
|
|
| MD5 |
97e80d8dd1b798fffe20b68b78f3454a
|
|
| BLAKE2b-256 |
93696e81dedd4e84fecea7986e38bc3d1568914c1d51baaada94a57df552ad0b
|