mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
test: Rename test_autodoc.py to test_ext_autodoc.py
This commit is contained in:
parent
2ca76d2366
commit
eef7e4cdd5
@ -12,7 +12,7 @@ import platform
|
||||
|
||||
import pytest
|
||||
|
||||
from test_autodoc import do_autodoc
|
||||
from test_ext_autodoc import do_autodoc
|
||||
|
||||
IS_PYPY = platform.python_implementation() == 'PyPy'
|
||||
|
||||
|
@ -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')
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
import pytest
|
||||
|
||||
from test_autodoc import do_autodoc
|
||||
from test_ext_autodoc import do_autodoc
|
||||
|
||||
|
||||
@pytest.mark.sphinx('html', testroot='ext-autodoc')
|
||||
|
Loading…
Reference in New Issue
Block a user