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 1c6d396..107a3a0 100644
--- a/tests/test_lps_gen.py
+++ b/tests/test_lps_gen.py
@@ -491,7 +491,7 @@ class TestLPS(object):
lps_html = RenderHTML(self.markdown(md_content),
self.SCH_TEMPLATE)
- print lps_html
+ print lps_html # TODO: Scrape and test html output
@raises(SystemExit)
def test_RenderHTML_nonexistent_template(self):