From 9f502b230c8c4b48334c0846cc9c50f9783c1a06 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 23 Aug 2018 07:08:21 -0400 Subject: Remove now-unused CoverageGoldTest class --- doc/contributing.rst | 3 --- 1 file changed, 3 deletions(-) (limited to 'doc/contributing.rst') 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. -- cgit v1.2.1