summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2015-12-15 20:50:39 -0500
committerrsiddharth <rsd@gnu.org>2015-12-15 20:50:39 -0500
commitaac9e52d138fef142b67a85921bff643060cf277 (patch)
treec3eabbdff964429c91228997b46f46284cacb548 /tests
parenta28e07096198b52da4e1e1411d1f761d411e0db1 (diff)
HTMLRender -> RenderHTML + changes to it.
`RenderHTML` (was `HTMLRender`) now uses `PackagLoader` instead of FileSystemLoader and the template are loaded from the templates/ directory.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_lps_gen.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_lps_gen.py b/tests/test_lps_gen.py
index 1394dde..2b89414 100644
--- a/tests/test_lps_gen.py
+++ b/tests/test_lps_gen.py
@@ -154,6 +154,12 @@ class TestLpsGen(object):
i = i + 1
+ def test_RenderHTML(self):
+ """Testing `RenderHTML` function
+ """
+ print RenderHTML(self.lps_dict, '2016')
+
+
def teardown(self):
"""Cleans up things after each test in this class."""
pass