summaryrefslogtreecommitdiffstats
path: root/sphinx/testing/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/testing/__init__.py')
-rw-r--r--sphinx/testing/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/sphinx/testing/__init__.py b/sphinx/testing/__init__.py
new file mode 100644
index 0000000..1cf074f
--- /dev/null
+++ b/sphinx/testing/__init__.py
@@ -0,0 +1,7 @@
+"""Sphinx test utilities
+
+You can require sphinx.testing pytest fixtures in a test module or a conftest
+file like this:
+
+ pytest_plugins = 'sphinx.testing.fixtures'
+"""