summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-10-28 06:19:16 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-10-28 06:19:16 -0400
commite36475a387b734711fbbe84c0fe4b6d0777cd9ec (patch)
tree67308e58923d2c8febc60578d1d0c9b0aba5a206
parentb7fc90dca7bed9f5dffe615a4fdba1dac9ea57d5 (diff)
downloadpython-coveragepy-git-e36475a387b734711fbbe84c0fe4b6d0777cd9ec.tar.gz
refactor(test): name this gold file properly
-rw-r--r--tests/gold/annotate/white/white.py,cover (renamed from tests/gold/annotate/annotate/white.py,cover)0
-rw-r--r--tests/test_annotate.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/gold/annotate/annotate/white.py,cover b/tests/gold/annotate/white/white.py,cover
index 36b0b993..36b0b993 100644
--- a/tests/gold/annotate/annotate/white.py,cover
+++ b/tests/gold/annotate/white/white.py,cover
diff --git a/tests/test_annotate.py b/tests/test_annotate.py
index f85450c7..15b31273 100644
--- a/tests/test_annotate.py
+++ b/tests/test_annotate.py
@@ -104,7 +104,7 @@ class AnnotationGoldTest(CoverageTest):
cov = coverage.Coverage()
self.start_import_stop(cov, "white")
cov.annotate()
- compare(gold_path("annotate/annotate"), ".", "*,cover")
+ compare(gold_path("annotate/white"), ".", "*,cover")
def test_missing_after_else(self):
self.make_file("mae.py", """\