Mypy static type checker plugin for Pytest
.. 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
mypy
_ what the pytest-flake8
_ plugin does for flake8
_.You can install "pytest-mypy" via pip
_ from PyPI
_:
.. code-block:: bash
$ pip install pytest-mypy
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.
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.
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
.. code-block:: bash
$ pip install twine wheel
$ python setup.py sdist bdist_wheel
$ twine upload dist/*
Distributed under the terms of the MIT
_ license, "pytest-mypy" is free and open source software
If you encounter any problems, please file an issue
_ along with a detailed description.
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