rowillia / pytest-annotate

Generate PyAnnotate annotations from your pytest tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytest-annotate

Build Status License PyPI Python PyPI Version PyPI Status PyPI Wheel

PyAnnotate as a pytest plugin.

pip install pytest-annotate

# Generate annotations by running your pytest tests as usual:
py.test --annotate-output=./annotations.json

# Apply those annotations using pyannotate:
pyannotate --type-info ./annotations.json .

About

Generate PyAnnotate annotations from your pytest tests.

License:Apache License 2.0


Languages

Language:Python 100.0%