summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-04-26 12:52:42 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-04-26 12:52:42 -0400
commit59208c20ee0d312bc0da16e8d143ed8b70ec5079 (patch)
tree550e1f5c7d201fa33cc746b2e467d50fb9867156 /doc
parentc0dd3e9a1ffddd4799725b895e7d2033628698e9 (diff)
downloadpython-coveragepy-git-59208c20ee0d312bc0da16e8d143ed8b70ec5079.tar.gz
Use pipe symbol to join static and dynamic contexts
Diffstat (limited to 'doc')
-rw-r--r--doc/contexts.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/contexts.rst b/doc/contexts.rst
index 8222747c..121bd491 100644
--- a/doc/contexts.rst
+++ b/doc/contexts.rst
@@ -62,7 +62,8 @@ Each test function you run will be considered a separate dynamic context, and
coverage data will be segregated for each. A test function is any function
whose names starts with "test".
-Ideas are welcome for other dynamic contexts that would be useful.
+If you have both a static context and a dynamic context, they are joined with a
+pipe symbol to be recorded as a single string.
Context reporting