diff options
Diffstat (limited to 'tests/test_html.py')
-rw-r--r-- | tests/test_html.py | 1 |
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 |