summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2016-01-28 20:02:07 -0500
committerrsiddharth <rsd@gnu.org>2016-01-28 20:02:07 -0500
commitb76596ea00c07456b31371bd453be00efdb10510 (patch)
tree4ed264b4608918cb3ada440d64211b9e8978d435 /tests
parentb7d1f2f34dff44048c049f91ae5bbb2ed0130f14 (diff)
tests/test_lps_gen.py: rename a test
test_RenderHTML_invalid_year -> test_RenderHTML_nonexistent_template
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 a84ca78..8a23aff 100644
--- a/tests/test_lps_gen.py
+++ b/tests/test_lps_gen.py
@@ -168,7 +168,7 @@ class TestLpsGen(object):
@raises(SystemExit)
- def test_RenderHTML_invalid_year(self):
+ def test_RenderHTML_nonexistent_template(self):
"""Testing `RenderHTML` function - with non-existent template
"""
with mock.patch('sys.stdout', new_callable=StringIO) as out: