pytest annotate:从pytest测试生成PyAnnotate注释 源码
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.zip
(预估有个16文件)
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
暂无评论