Skip to content

Commit 153e9e1

Browse files
committed
tests(conftest,pytest_plugins): Add pytester
This will be used for testing pytest_doctest_docutils See also: https://docs.pytest.org/en/7.1.x/how-to/writing_plugins.html#testing-plugins
1 parent d2e8b31 commit 153e9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from sphinx.testing.path import path as sphinx_path
88

9-
pytest_plugins = "sphinx.testing.fixtures"
9+
pytest_plugins = ["sphinx.testing.fixtures", "pytester"]
1010

1111
AppParams = t.Tuple[t.Any, t.Dict[str, t.Any]]
1212

0 commit comments

Comments
 (0)