GitHub - kensho-technologies/pytest-annotate: Generate PyAnnotate annotations from your pytest tests. (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
pytest-annotate
PyAnnotate as apytest plugin.
pip install pytest-annotate
# Generate annotations by running your pytest tests as usual:
pytest --annotate-output=./annotations.json
# Apply those annotations using pyannotate:
pyannotate --type-info ./annotations.json .