summaryrefslogtreecommitdiffstats
path: root/tests/test_lps_gen.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_lps_gen.py')
-rw-r--r--tests/test_lps_gen.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_lps_gen.py b/tests/test_lps_gen.py
index 26c6132..c4ff1dd 100644
--- a/tests/test_lps_gen.py
+++ b/tests/test_lps_gen.py
@@ -113,6 +113,9 @@ class TestTemplates(object):
assert type(t) is str
assert len(t) > 0
+ t = template_read('nonexistent.jinja2')
+ assert t is None
+
class TestLPiCal(object):
"""