pytest-mypy 0.1.0


pip install pytest-mypy==0.1.0

Project Links

Meta
Author: Daniel Bader

Classifiers

Development Status
  • 4 - Beta

Framework
  • Pytest

Intended Audience
  • Developers

Topic
  • Software Development :: Testing

Programming Language
  • Python
  • Python :: 3
  • Python :: 3.3
  • Python :: 3.4
  • Python :: 3.5
  • Python :: Implementation :: CPython
  • Python :: Implementation :: PyPy

Operating System
  • OS Independent

License
  • OSI Approved :: MIT License
See Build Status on Travis CI

Mypy static type checker plugin for Pytest


This is a work in progress.

Features

  • TODO

Requirements

  • TODO

Installation

You can install “pytest-mypy” via pip from PyPI:

$ pip install pytest-mypy

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

Usage

  • TODO

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.

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.

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
mypy-lang (>=0.4.4)
pytest (>=2.9.2)