summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-08-23 07:08:21 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-08-24 06:54:17 -0400
commit9f502b230c8c4b48334c0846cc9c50f9783c1a06 (patch)
tree43bb4da90f3ffef4195b11b1a9cf3c5a906c5707 /doc
parentb701a0c3088f917e3fc5feb081a5b5166126d4f1 (diff)
downloadpython-coveragepy-git-9f502b230c8c4b48334c0846cc9c50f9783c1a06.tar.gz
Remove now-unused CoverageGoldTest class
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst
index 24a2636d..90d73097 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -140,9 +140,6 @@ these as 1 to use them:
- COVEGE_AST_DUMP will dump the AST tree as it is being used during code
parsing.
-- COVERAGE_KEEP_OUTPUT will save the output files that were generated by the
- gold-file tests, ones that compare output files to saved gold files.
-
- COVERAGE_KEEP_TMP keeps the temporary directories in which tests are run.
This makes debugging tests easier. The temporary directories are at
``$TMPDIR/coverage_test/*``, and are named for the test that made them.