summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2017-10-25 01:39:45 +0000
committerrsiddharth <rsd@gnu.org>2017-10-25 01:39:45 +0000
commit0ccc8048564c62d0bf5d68dea20f49ce0956f96d (patch)
tree29c4e33aa780e1a82c7ba4af1428a6bffbda0a32 /tests
parent00dd5b2658f4de68460b5ae0c342d0bf694ff15a (diff)
tests: Update TestLP.test_RenderHTML.
* tests/test_lps_gen.py (TestLP.test_RenderHTML): 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 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):