We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf1720 commit c7bcc26Copy full SHA for c7bcc26
tests/test_html.py
@@ -15,8 +15,6 @@ def test_simple(self):
15
16
self.run_django_coverage()
17
self.cov.html_report()
18
- print(os.getcwd())
19
- print(os.listdir("htmlcov"))
20
with open("htmlcov/templates_test_simple_html.html") as fhtml:
21
html = fhtml.read()
22
- self.assertIn("<span class='txt'>Simple © 2015</span>", html)
+ self.assertIn('<span class="txt">Simple © 2015</span>', html)
0 commit comments