diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-11-18 11:24:07 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-11-18 12:23:05 -0500 |
commit | 740d257d6c6a1bd26900af5115aa9cfa2d3a8b40 (patch) | |
tree | e64144aad8658c504178ded75e98870d11fc2de0 /tests/goldtest.py | |
parent | 2fb113e60c2733e640f92d737278431a1f670052 (diff) | |
download | python-coveragepy-git-740d257d6c6a1bd26900af5115aa9cfa2d3a8b40.tar.gz |
Rename farm to gold, since that's what it is
Diffstat (limited to 'tests/goldtest.py')
-rw-r--r-- | tests/goldtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/goldtest.py b/tests/goldtest.py index 975db615..4c6c3c96 100644 --- a/tests/goldtest.py +++ b/tests/goldtest.py @@ -20,7 +20,7 @@ from tests.coveragetest import TESTS_DIR def gold_path(path): """Get a path to a gold file for comparison.""" - return os.path.join(TESTS_DIR, "farm", path) + return os.path.join(TESTS_DIR, "gold", path) # "rU" was deprecated in 3.4 |