summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2016-02-07 13:53:37 -0500
committerrsiddharth <rsd@gnu.org>2016-02-07 13:53:37 -0500
commitc25a3ab9da8262ffb89e50326ea7dde0ca564f4e (patch)
tree4754504f8393ad77d9508bbcafd9f0b8944b31a9 /tests
parentef9a37a0d9287f3f558d999689f43620ee51c82e (diff)
tests/test_lps_gen.py: docstring update.
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 bc8aec2..f9510dc 100644
--- a/tests/test_lps_gen.py
+++ b/tests/test_lps_gen.py
@@ -179,7 +179,7 @@ class TestLPS(object):
@raises(SystemExit)
def test_RenderHTML_nonexistent_template(self):
- """Testing `RenderHTML` function - with non-existent template
+ """Testing `RenderHTML` function - LP schedule - ith non-existent template
"""
with mock.patch('sys.stdout', new_callable=StringIO) as out:
nonexistent_template = 'lpsch-template.null'