From 0ccc8048564c62d0bf5d68dea20f49ce0956f96d Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Wed, 25 Oct 2017 01:39:45 +0000 Subject: tests: Update TestLP.test_RenderHTML. * tests/test_lps_gen.py (TestLP.test_RenderHTML): Add TODO. --- tests/test_lps_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_lps_gen.py b/tests/test_lps_gen.py index 2f179ef..1c6d396 100644 --- a/tests/test_lps_gen.py +++ b/tests/test_lps_gen.py @@ -480,7 +480,7 @@ class TestLPS(object): """Testing `RenderHTML` function with LP schedule """ lps_html = RenderHTML(self.lps_dict, self.SCH_TEMPLATE) - print lps_html + print lps_html # TODO: Scrape and test html output def test_RenderHTML_sessions_only(self): -- cgit v1.2.3