diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-02-20 00:02:57 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-02-20 00:02:57 +0900 |
commit | 938ba386ed84f7fd3a106233ce52c52be5553dc7 (patch) | |
tree | 59c859904ed9df8f72d21ba701dcc82944b605da /tests/test_application.py | |
parent | c95f538913010ab2efb00890a4adc3be01f77a4b (diff) | |
parent | 63f6603297fb0f38aa45882eb29328fe5208b37d (diff) | |
download | sphinx-git-938ba386ed84f7fd3a106233ce52c52be5553dc7.tar.gz |
Merge branch '1.7'
Diffstat (limited to 'tests/test_application.py')
-rw-r--r-- | tests/test_application.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/test_application.py b/tests/test_application.py index fab58afef..0b7c6fb77 100644 --- a/tests/test_application.py +++ b/tests/test_application.py @@ -8,14 +8,13 @@ :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ +import pytest from docutils import nodes from sphinx.application import ExtensionError from sphinx.domains import Domain -from sphinx.util import logging - from sphinx.testing.util import strip_escseq -import pytest +from sphinx.util import logging def test_events(app, status, warning): |