Skip to content

Commit a535b4b

Browse files
committed
Use the sphinx.testing.fixtures pytest plugin
1 parent 5f76cc8 commit a535b4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/conftest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from __future__ import annotations
2+
3+
pytest_plugins = ["sphinx.testing.fixtures"]

0 commit comments

Comments
 (0)