Skip to content

kensho-technologies/pytest-annotate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

12c7684 · Jun 7, 2022

History

28 Commits
Nov 24, 2021
Nov 28, 2017
Nov 17, 2017
Nov 17, 2017
Nov 17, 2017
Nov 17, 2017
Nov 29, 2021
Nov 17, 2017
Nov 17, 2017
Nov 17, 2017
Dec 2, 2019
Nov 24, 2021
Nov 17, 2017
Nov 17, 2017
Jun 7, 2022

Repository files navigation

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:
pytest --annotate-output=./annotations.json

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