Skip to content

Commit

Permalink
Fix typo in contexts.rst (#478)
Browse files Browse the repository at this point in the history
The hyperlink wasn't rendering properly. This looks better.
  • Loading branch information
james-smith-za committed Jul 19, 2021
1 parent 67d49b9 commit d5d0684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contexts.rst
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/stable/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 d5d0684

Please sign in to comment.