summaryrefslogtreecommitdiff
path: root/tests/test_bytecode_cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_bytecode_cache.py')
-rw-r--r--tests/test_bytecode_cache.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/test_bytecode_cache.py b/tests/test_bytecode_cache.py
index 937c0fe..6863690 100644
--- a/tests/test_bytecode_cache.py
+++ b/tests/test_bytecode_cache.py
@@ -1,13 +1,4 @@
# -*- coding: utf-8 -*-
-"""
- jinja2.testsuite.bytecode_cache
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- Test bytecode caching
-
- :copyright: (c) 2017 by the Jinja Team.
- :license: BSD, see LICENSE for more details.
-"""
import pytest
from jinja2 import Environment