Skip to content

Commit

Permalink
Update python.adoc due to nosetest and Cobertura EOL statuses (#7769)
Browse files Browse the repository at this point in the history
Update python.adoc remove nosetest and Cobertura references due to EOL status

Cobertura is deprecated and no longer in support
Same with nosetests and its successor nose2

Instead - steer peoples towards using pytest
  • Loading branch information
clintonsteiner authored Dec 20, 2024
1 parent fc17046 commit fb244bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/solutions/python.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit fb244bf

Please sign in to comment.