From 740d257d6c6a1bd26900af5115aa9cfa2d3a8b40 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 18 Nov 2018 11:24:07 -0500 Subject: Rename farm to gold, since that's what it is --- tests/goldtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/goldtest.py') 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 -- cgit v1.2.1