1. 首页
  2. 数据库
  3. 其它
  4. pytest annotate:从pytest测试生成PyAnnotate注释 源码

pytest annotate:从pytest测试生成PyAnnotate注释 源码

上传者: 2021-02-08 04:10:07上传 ZIP文件 18.2KB 热度 30次
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 .
用户评论