pytest-mypy 0.1.1


pip install pytest-mypy==0.1.1

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

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.

Development Environment Setup

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

$ 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

$ pip install twine $ 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.

Wheel compatibility matrix

Platform Python 3
any

Files in release

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