About Anaconda Help Download Anaconda

malramsay / packages / pytest-mypy 0.3.0

Mypy static type checker plugin for Pytest

Installers

  • osx-64 v0.3.0
  • linux-64 v0.3.0

conda install

To install this package run one of the following:
conda install malramsay::pytest-mypy

Description

pytest-mypy

.. image:: https://travis-ci.org/dbader/pytest-mypy.svg?branch=master :target: https://travis-ci.org/dbader/pytest-mypy :alt: See Build Status on Travis CI

Mypy static type checker plugin for Pytest


Features

  • Runs the mypy static type checker on your source files as part of your Pytest test runs.
  • Does for mypy_ what the pytest-flake8_ plugin does for flake8_.
  • This is a work in progress – pull requests appreciated.

Installation

You can install "pytest-mypy" via pip_ from PyPI_:

.. code-block:: bash

$ pip install pytest-mypy

Usage

You can enable pytest-mypy with the --mypy flag:

.. code-block:: bash

$ py.test --mypy test_*.py

Mypy supports reading configuration settings <http://mypy.readthedocs.io/en/latest/config_file.html>_ from a mypy.ini file. This is currently the only way to configure mypy through pytest-mypy. In the future pytest-mypy may offer a passthrough for command line options.

Contributing

Contributions are very welcome. Tests can be run with tox_, please ensure the coverage at least stays the same before you submit a pull request.

Development Environment Setup

Here's how to install pytest-mypy in development mode so you can test your changes locally:

.. code-block:: bash

$ pyvenv venv
$ source venv/bin/activate
$ python setup.py develop
$ venv/bin/py.test --mypy example_test.py

How to publish a new version to PyPI

.. code-block:: bash

$ pip install twine wheel
$ python setup.py sdist bdist_wheel
$ twine upload dist/*

License

Distributed under the terms of the MIT_ license, "pytest-mypy" is free and open source software

Issues

If you encounter any problems, please file an issue_ along with a detailed description.

Meta

Daniel Bader – @dbader_org_ – https://dbader.org – [email protected]

https://github.com/dbader/pytest-mypy

.. MIT: http://opensource.org/licenses/MIT .. _file an issue: https://github.com/dbader/pytest-mypy/issues .. _tox: https://tox.readthedocs.io/en/latest/ .. _pip: https://pypi.python.org/pypi/pip/ .. _PyPI: https://pypi.python.org/pypi .. _mypy: http://mypy-lang.org/ .. _pytest-flake8: https://pypi.python.org/pypi/pytest-flake8 .. _flake8: https://pypi.python.org/pypi/flake8 .. _@dbader_org: https://twitter.com/dbaderorg


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.9) Legal | Privacy Policy