summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-06-11 14:22:26 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-06-11 14:22:26 -0400
commit8ad4d1e4d1734a1c1a1a4c960a67ffab1d39528a (patch)
treeabda7e59a656f0eda126a0b82df063983c4f3518 /CHANGES.rst
parentaffdd5e765f979dba88f612097a407fc35d56e25 (diff)
downloadpython-coveragepy-git-8ad4d1e4d1734a1c1a1a4c960a67ffab1d39528a.tar.gz
Edit the CHANGES description of context reporting
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst17
1 files changed, 8 insertions, 9 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index f3a4252b..da596a97 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -23,15 +23,14 @@ Unreleased
- Reporting on dynamic contexts. Big thanks to Stephan Richter and Albertas
Agejevas for the contribution.
- - The ``--contexts`` command-line option is available on the ``report`` and
- ``html`` command. It's a comma-separated list of shell-style wildcards,
- selecting the contexts to report on. Only contexts matching one of the
- wildcards will be included in the report.
-
- - The ``--show-contexts`` command-line option for the ``html`` command adds
- context information to each covered line. Hovering over the "ctx" marker
- at the end of the line reveals a list of the contexts that covered the
- line.
+ - The ``--contexts`` option is available on the ``report`` and ``html``
+ commands. It's a comma-separated list of shell-style wildcards, selecting
+ the contexts to report on. Only contexts matching one of the wildcards
+ will be included in the report.
+
+ - The ``--show-contexts`` option for the ``html`` command adds context
+ information to each covered line. Hovering over the "ctx" marker at the
+ end of the line reveals a list of the contexts that covered the line.
.. _changes_50a5: