Skip to content

Commit

Permalink
Fix or disable some broken links.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Mar 18, 2024
1 parent ead3f1a commit 9619cf7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
Authors
=======

* Marc Schlaich - http://www.schlamar.org
* Marc Schlaich - \http://www.schlamar.org
* Rick van Hattem - http://wol.ph
* Buck Evan - https://github.com/bukzor
* Eric Larson - http://larsoner.com
* Marc Abramowitz - http://marc-abramowitz.com
* Marc Abramowitz - \http://marc-abramowitz.com
* Thomas Kluyver - https://github.com/takluyver
* Guillaume Ayoub - http://www.yabz.fr
* Federico Ceratto - http://firelet.net
* Josh Kalderimis - http://blog.cookiestack.com
* Josh Kalderimis - \http://blog.cookiestack.com
* Ionel Cristian Mărieș - https://blog.ionelmc.ro
* Christian Ledermann - https://github.com/cleder
* Alec Nikolas Reiter - https://github.com/justanr
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Changelog
* Removed the empty `console_scripts` entrypoint that confused some Gentoo build script.
I didn't ask why it was so broken cause I didn't want to ruin my day.
Contributed by Michał Górny in `#434 <https://github.com/pytest-dev/pytest-cov/pull/434>`_.
* Fixed the missing `coverage context <https://coverage.readthedocs.io/en/stable/contexts.html>`_
* Fixed the missing `coverage context <https://coverage.readthedocs.io/en/latest/contexts.html>`_
when using subprocesses.
Contributed by Bernát Gábor in `#443 <https://github.com/pytest-dev/pytest-cov/pull/443>`_.
* Updated the config section in the docs.
Expand Down
2 changes: 1 addition & 1 deletion docs/contexts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Coverage.py 5.0 can record separate coverage data for `different contexts`_ duri
one run of a test suite. Pytest-cov can use this feature to record coverage
data for each test individually, with the ``--cov-context=test`` option.

.. _different contexts: https://coverage.readthedocs.io/en/stable/contexts.html
.. _different contexts: https://coverage.readthedocs.io/en/latest/contexts.html

The context name recorded in the coverage.py database is the pytest test id,
and the phase of execution, one of "setup", "run", or "teardown". These two
Expand Down

0 comments on commit 9619cf7

Please sign in to comment.