summaryrefslogtreecommitdiff
path: root/tests/test_html.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-11-03 17:51:40 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-11-03 17:51:40 -0400
commit25ef14c52abbac9c136fdb674ad0fa1b5ecc847f (patch)
treeb0f399ccf17d587077bea4b3355e0f1050ac8803 /tests/test_html.py
parentd8f1d925dc0aa4908f3f5a1b965f671bcf1b5ba6 (diff)
downloadpython-coveragepy-git-25ef14c52abbac9c136fdb674ad0fa1b5ecc847f.tar.gz
Everything should get a docstring
Diffstat (limited to 'tests/test_html.py')
-rw-r--r--tests/test_html.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_html.py b/tests/test_html.py
index 8c6dc693..ad8087fd 100644
--- a/tests/test_html.py
+++ b/tests/test_html.py
@@ -764,6 +764,7 @@ assert len(math) == 18
)
def make_main_etc(self):
+ """Make main.py and m1-m3.py for other tests."""
self.make_file("main.py", """\
import m1
import m2