Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pytest-mpi

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pytest-mpi

pytest plugin to collect information from tests

  • 0.6
  • PyPI
  • Socket score

Maintainers
1

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc