From c4e364ee630764437c6870aafa27cc8d87796e25 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Thu, 2 Nov 2017 00:03:29 +0900 Subject: [PATCH] Rename tests directory; roots/test-doctest -> roots/test-ext-doctest --- tests/roots/{test-doctest => test-ext-doctest}/conf.py | 0 tests/roots/{test-doctest => test-ext-doctest}/doctest.txt | 0 tests/test_ext_doctest.py | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename tests/roots/{test-doctest => test-ext-doctest}/conf.py (100%) rename tests/roots/{test-doctest => test-ext-doctest}/doctest.txt (100%) diff --git a/tests/roots/test-doctest/conf.py b/tests/roots/test-ext-doctest/conf.py similarity index 100% rename from tests/roots/test-doctest/conf.py rename to tests/roots/test-ext-doctest/conf.py diff --git a/tests/roots/test-doctest/doctest.txt b/tests/roots/test-ext-doctest/doctest.txt similarity index 100% rename from tests/roots/test-doctest/doctest.txt rename to tests/roots/test-ext-doctest/doctest.txt diff --git a/tests/test_ext_doctest.py b/tests/test_ext_doctest.py index 705f6262a..fa3ad6bc4 100644 --- a/tests/test_ext_doctest.py +++ b/tests/test_ext_doctest.py @@ -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