From af234f4a2a08dc1616c2270df6349925221c81e8 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 6 Mar 2021 09:33:47 -0500 Subject: test: have pytest collect test classes uniformly --- tests/test_annotate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_annotate.py') diff --git a/tests/test_annotate.py b/tests/test_annotate.py index 3c2b1a2c..051a31ee 100644 --- a/tests/test_annotate.py +++ b/tests/test_annotate.py @@ -10,7 +10,7 @@ from tests.coveragetest import CoverageTest from tests.goldtest import compare, gold_path -class AnnotationGoldTest1(CoverageTest): +class AnnotationGoldTest(CoverageTest): """Test the annotate feature with gold files.""" def make_multi(self): -- cgit v1.2.1