test: Rename test_autodoc.py to test_ext_autodoc.py

This commit is contained in:
Takeshi KOMIYA
2020-05-06 13:46:45 +09:00
parent 2ca76d2366
commit eef7e4cdd5
4 changed files with 3 additions and 3 deletions

View File

@@ -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'