Rename tests directory; roots/test-doctest -> roots/test-ext-doctest

This commit is contained in:
Takeshi KOMIYA 2017-11-02 00:03:29 +09:00
parent 79df05b36d
commit c4e364ee63
3 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ from sphinx.ext.doctest import compare_version
cleanup_called = 0
@pytest.mark.sphinx('doctest', testroot='doctest')
@pytest.mark.sphinx('doctest', testroot='ext-doctest')
def test_build(app, status, warning):
global cleanup_called
cleanup_called = 0