Jenkins and Python

https://jenkins.io/solutions/python/

In the Python ecosystem there are tools which can be integrated into Jenkins for testing/reporting such as:

  • nose2 and pytest for executing unit tests and generating JUnit-compatible XML test reports andCobertura-compatible code coverage reports.

  • 单元测试工具,报告。
jenkins chart nosetests
  • pylint for generating code quality reports which can be integrated directly into Jenkins for trending and reporting purposes.

  • 代码Lint,代码质量检查,报告。
posted @ 2018-09-12 15:46  任国强  阅读(191)  评论(0编辑  收藏  举报