diff --git a/content/solutions/python.adoc b/content/solutions/python.adoc index 192358c02d15..cf8ec846721e 100644 --- a/content/solutions/python.adoc +++ b/content/solutions/python.adoc @@ -10,9 +10,9 @@ integration and delivery. In the Python ecosystem there are tools which can be integrated into Jenkins for testing/reporting such as: -* link:https://github.com/nose-devs/nose2[nose2] and link:https://docs.pytest.org/en/latest[pytest] +* link:link:https://docs.pytest.org/en/latest[pytest] for executing unit tests and generating JUnit-compatible XML test reports _and_ - plugin:cobertura[Cobertura]-compatible + plugin:coverage[Coverage]-compatible code coverage reports.