dropbox / pyannotate

Auto-generate PEP-484 annotations
Apache License 2.0
1.42k stars 59 forks source link

convert the example conftest.py to a pytest plugin #107

Open terencehonles opened 3 years ago

terencehonles commented 3 years ago

Instead of requiring copying an example allow using the example as a pytest plugin. Now using this is as easy as pip install pyannotate && pytest -p pyannotate_tools.pytest (assuming you would have previously run pytest and your config handled everything else already)

Fixes: #97

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.