文件名称:pytest-annotate:从pytest测试生成PyAnnotate注释
文件大小:18KB
文件格式:ZIP
更新时间:2024-02-26 21:08:11
python testing tools testing-tools type-safety
pytest注释 作为插件。 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 .
【文件预览】:
pytest-annotate-master
----setup.py(1KB)
----.gitignore(564B)
----.pydocstyle(72B)
----requirements.txt(32B)
----.travis.yml(347B)
----pytest_annotate()
--------__init__.py(0B)
--------plugin.py(2KB)
----AUTHORS.md(38B)
----CONTRIBUTING.md(1KB)
----CODE_OF_CONDUCT.md(3KB)
----CHANGELOG.md(622B)
----setup.cfg(201B)
----LICENSE.txt(11KB)
----README.md(1KB)
----.pylintrc(19KB)
----dev-requirements.txt(90B)