From 9619cf7607fa51851f411f3443ed475f3232cf32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Mon, 18 Mar 2024 14:30:16 +0200 Subject: [PATCH] Fix or disable some broken links. --- AUTHORS.rst | 6 +++--- CHANGELOG.rst | 2 +- docs/contexts.rst | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index fc608064..00a833fa 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -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 diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 21ba765a..777f1787 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 `_. -* Fixed the missing `coverage context `_ +* Fixed the missing `coverage context `_ when using subprocesses. Contributed by Bernát Gábor in `#443 `_. * Updated the config section in the docs. diff --git a/docs/contexts.rst b/docs/contexts.rst index cde920d5..2b447463 100644 --- a/docs/contexts.rst +++ b/docs/contexts.rst @@ -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