diff options
Diffstat (limited to 'tests/test_annotate.py')
-rw-r--r-- | tests/test_annotate.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_annotate.py b/tests/test_annotate.py index 65054ffd..3c2b1a2c 100644 --- a/tests/test_annotate.py +++ b/tests/test_annotate.py @@ -11,8 +11,10 @@ from tests.goldtest import compare, gold_path class AnnotationGoldTest1(CoverageTest): + """Test the annotate feature with gold files.""" def make_multi(self): + """Make a few source files we need for the tests.""" self.make_file("multi.py", """\ import a.a import b.b |