summaryrefslogtreecommitdiff
path: root/tests/test_ext_autodoc_events.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-05-17 19:12:56 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-05-17 19:12:56 +0900
commit3c7d35d2a20cfa7c915538704680a33db87c0563 (patch)
tree5c8e1c9e894f90bf18d77c324ab7829fe0c784a6 /tests/test_ext_autodoc_events.py
parent4ad466c7a602ca3b60a9cee15a07f84903a28fe8 (diff)
parent5f51a1e63f9442439466b7acede87ad21d49bdc0 (diff)
downloadsphinx-git-3c7d35d2a20cfa7c915538704680a33db87c0563.tar.gz
Merge branch '3.x'
Diffstat (limited to 'tests/test_ext_autodoc_events.py')
-rw-r--r--tests/test_ext_autodoc_events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ext_autodoc_events.py b/tests/test_ext_autodoc_events.py
index 106c5793a..4e8348abc 100644
--- a/tests/test_ext_autodoc_events.py
+++ b/tests/test_ext_autodoc_events.py
@@ -11,7 +11,7 @@
import pytest
from sphinx.ext.autodoc import between, cut_lines
-from test_autodoc import do_autodoc
+from test_ext_autodoc import do_autodoc
@pytest.mark.sphinx('html', testroot='ext-autodoc')