summaryrefslogtreecommitdiff
path: root/tests/test_highlighting.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_highlighting.py')
-rw-r--r--tests/test_highlighting.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_highlighting.py b/tests/test_highlighting.py
index 5a6b749d0..e2c5221ff 100644
--- a/tests/test_highlighting.py
+++ b/tests/test_highlighting.py
@@ -16,8 +16,6 @@ from pygments.formatters.html import HtmlFormatter
from sphinx.highlighting import PygmentsBridge
-from util import with_app
-
class MyLexer(RegexLexer):
name = 'testlexer'
@@ -41,7 +39,6 @@ class ComplainOnUnhighlighted(PygmentsBridge):
raise AssertionError("should highlight %r" % source)
-@with_app()
def test_add_lexer(app, status, warning):
app.add_lexer('test', MyLexer())