mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Rename tests directory; roots/test-doctest -> roots/test-ext-doctest
This commit is contained in:
parent
79df05b36d
commit
c4e364ee63
@ -14,7 +14,7 @@ from sphinx.ext.doctest import compare_version
|
|||||||
cleanup_called = 0
|
cleanup_called = 0
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.sphinx('doctest', testroot='doctest')
|
@pytest.mark.sphinx('doctest', testroot='ext-doctest')
|
||||||
def test_build(app, status, warning):
|
def test_build(app, status, warning):
|
||||||
global cleanup_called
|
global cleanup_called
|
||||||
cleanup_called = 0
|
cleanup_called = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user