summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_lps_gen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_lps_gen.py b/tests/test_lps_gen.py
index 96695c4..c2c94e4 100644
--- a/tests/test_lps_gen.py
+++ b/tests/test_lps_gen.py
@@ -161,14 +161,14 @@ class TestLPS(object):
def test_RenderHTML(self):
- """Testing `RenderHTML` function
+ """Testing `RenderHTML` function with LP schedule
"""
lps_html = RenderHTML(self.lps_dict, self.SCH_TEMPLATE)
print lps_html
def test_RenderHTML_sessions_only(self):
- """Testing `RenderHTML` function - sessions only
+ """Testing `RenderHTML` function - LP schedule - sessions only
"""
md_content = read_file(path.join('tests', 'files',
'lp-sch-sessions-only.md'))