We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019db7e commit 3cef25bCopy full SHA for 3cef25b
test/sphinxext/conftest.py
@@ -26,3 +26,7 @@ def _initialize_test_directory(session):
26
27
def pytest_sessionstart(session):
28
_initialize_test_directory(session)
29
+
30
31
+def pytest_configure(config):
32
+ config.addinivalue_line("markers", "sphinx: parametrized sphinx test-launches")
0 commit comments