summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2017-10-25 01:41:07 +0000
committerrsiddharth <rsd@gnu.org>2017-10-25 01:41:07 +0000
commitc16ed4f0670148939377379ec15bd4ac81f73d6b (patch)
tree4c6b0267ec06c9d0e19c6c4bb84241ebe64c4abd /tests
parent0ccc8048564c62d0bf5d68dea20f49ce0956f96d (diff)
tests: Update TestLPS.test_RenderHTML_sessions_only.
* tests/test_lps_gen.py (TestLPS.test_RenderHTML_sessions_only): Add TODO.
Diffstat (limited to 'tests')
-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):