From c16ed4f0670148939377379ec15bd4ac81f73d6b Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Wed, 25 Oct 2017 01:41:07 +0000 Subject: tests: Update TestLPS.test_RenderHTML_sessions_only. * tests/test_lps_gen.py (TestLPS.test_RenderHTML_sessions_only): Add TODO. --- tests/test_lps_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3