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,代码质量检查,报告。
原文地址:https://www.cnblogs.com/rgqancy/p/9635197.html