summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2015-12-19 17:30:40 -0500
committerrsiddharth <rsd@gnu.org>2015-12-19 17:30:40 -0500
commitbf36773eeb0c858d064e13c96a2fd2e93757f710 (patch)
tree07811a35544025e5156c7b062d873e24eb6ffa25 /tests
parent450024cee9a2d909a38941d48c08bc634d5e2bf5 (diff)
tests/test_lps_gen.py (TestLpGen.RenderHTML)
Cosmetic modification; does the same thing.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_lps_gen.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_lps_gen.py b/tests/test_lps_gen.py
index 19dd69c..cab3fa8 100644
--- a/tests/test_lps_gen.py
+++ b/tests/test_lps_gen.py
@@ -157,7 +157,8 @@ class TestLpsGen(object):
def test_RenderHTML(self):
"""Testing `RenderHTML` function
"""
- print RenderHTML(self.lps_dict, '2016')
+ lps_html = RenderHTML(self.lps_dict, '2016')
+ print lps_html
def teardown(self):