summaryrefslogtreecommitdiffstats
path: root/tests/test_lps_gen.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_lps_gen.py')
-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):