File: pypi-intro.rst

package info (click to toggle)
pytest-mpi 0.6-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 404 kB
  • sloc: python: 2,070; makefile: 28; sh: 22
file content (25 lines) | stat: -rw-r--r-- 980 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
`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|

.. |Documentation Status| image:: https://readthedocs.org/projects/pytest-mpi/badge/?version=latest
   :target: http://pytest-mpi.readthedocs.org/en/latest/?badge=latest
.. |Build Status| image:: https://travis-ci.org/aragilar/pytest-mpi.svg?branch=master
   :target: https://travis-ci.org/aragilar/pytest-mpi
.. |Coverage Status| image:: https://codecov.io/github/aragilar/pytest-mpi/coverage.svg?branch=master
   :target: https://codecov.io/github/aragilar/pytest-mpi?branch=master