summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2016-02-07 14:12:02 -0500
committerrsiddharth <rsd@gnu.org>2016-02-07 14:12:02 -0500
commit60e9cc2c904b05970b7c6f43f6fdbad9b78320f7 (patch)
tree40257b4eedf608e55c615f43edcdbfe7b8dfab7d /tests
parentcf8852a1ab125e0350d7836f1c55135f6f02fad3 (diff)
tests: updated docstrings.
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'))