pytest-monkeytype: Generate Monkeytype annotations from your pytest tests.
Project description
pytest-monkeytype
MonkeyType as a pytest plugin.
pip install pytest-monkeytype
# Generate annotations by running your pytest tests as usual:
py.test --monkeytype-output=./monkeytype.sqlite3
# Get a listing of modules annotated by monkeytype
monkeytype list-modules
# Generate a stub file for those annotations using monkeytype:
monkeytype stub some.module
# Apply these annotations directly
monkeytype apply some.module
This project is inspired by pytest-annotate
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.