From: Flex Ferrum Date: Thu, 16 May 2019 10:54:05 +0000 (+0300) Subject: Remove duplicated testcase X-Git-Tag: 2.11.0~92^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1003%2Fhead;p=thirdparty%2Fjinja.git Remove duplicated testcase --- diff --git a/tests/test_imports.py b/tests/test_imports.py index 65aae43f..4b8f312d 100644 --- a/tests/test_imports.py +++ b/tests/test_imports.py @@ -139,8 +139,6 @@ class TestIncludes(object): test_includes(t, x='missing') t = test_env.from_string('{% include x %}') test_includes(t, x='header') - t = test_env.from_string('{% include x %}') - test_includes(t, x='header') t = test_env.from_string('{% include [x] %}') test_includes(t, x='header')