summaryrefslogtreecommitdiff
path: root/tests/test_debug.py
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-01-10 13:42:02 -0800
committerDavid Lord <davidism@gmail.com>2020-01-10 13:42:02 -0800
commit51c1c8efa6f4cd3d4eff270f8c3ceb20362af7bb (patch)
tree136e569e5ebbba2d43485aca181b07438eac6412 /tests/test_debug.py
parente492255f270add52d051ef4f8e87899f40e57687 (diff)
downloadjinja2-style.tar.gz
simplify module docstringsstyle
Diffstat (limited to 'tests/test_debug.py')
-rw-r--r--tests/test_debug.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/test_debug.py b/tests/test_debug.py
index 7dbad31..5ca92d9 100644
--- a/tests/test_debug.py
+++ b/tests/test_debug.py
@@ -1,13 +1,4 @@
# -*- coding: utf-8 -*-
-"""
- jinja2.testsuite.debug
- ~~~~~~~~~~~~~~~~~~~~~~
-
- Tests the debug system.
-
- :copyright: (c) 2017 by the Jinja Team.
- :license: BSD, see LICENSE for more details.
-"""
import pickle
import re
from traceback import format_exception