diff options
Diffstat (limited to 'test/test_tgplugin.py')
-rw-r--r-- | test/test_tgplugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_tgplugin.py b/test/test_tgplugin.py index f611a37..3aa6122 100644 --- a/test/test_tgplugin.py +++ b/test/test_tgplugin.py @@ -36,7 +36,7 @@ class TestTGPlugin(TemplateTest): ] assert tl.load_template('subdir.index').module_id == '_subdir_index_html' - + def test_string(self): t = tl.load_template('foo', "hello world") assert t.render() == "hello world" |