refs #3458: add sphinx.testing that are moved from /tests directory.

This commit is contained in:
shimizukawa
2017-05-07 16:46:44 +09:00
parent 0512ebf2d4
commit d497d74370
97 changed files with 535 additions and 452 deletions

View File

@@ -16,7 +16,7 @@ from six import PY2, text_type, StringIO
from six.moves import input
import pytest
from util import SkipTest
from sphinx.testing.util import SkipTest
from sphinx import application
from sphinx import quickstart as qs