diff options
Diffstat (limited to 'tests/test_inheritance.py')
-rw-r--r-- | tests/test_inheritance.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/test_inheritance.py b/tests/test_inheritance.py index 0cea136..92f66e0 100644 --- a/tests/test_inheritance.py +++ b/tests/test_inheritance.py @@ -1,13 +1,4 @@ # -*- coding: utf-8 -*- -""" - jinja2.testsuite.inheritance - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Tests the template inheritance feature. - - :copyright: (c) 2017 by the Jinja Team. - :license: BSD, see LICENSE for more details. -""" import pytest from jinja2 import DictLoader |