summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/test_lps_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_lps_gen.py b/tests/test_lps_gen.py
index 107a3a0..dca1772 100644
--- a/tests/test_lps_gen.py
+++ b/tests/test_lps_gen.py
@@ -892,7 +892,7 @@ class TestLPSpeakers(object):
"""Testing `RenderHTML` function with LP speakers
"""
lps_html = RenderHTML(self.lpspeakers_dict, self.SPEAKERS_TEMPLATE)
- print lps_html
+ print lps_html # TODO: Scrape and test html output.
def teardown(self):