File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
domdf_python_tools/testing Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 72
72
"pandas" : ("https://pandas.pydata.org/docs/" , None ),
73
73
"consolekit" : ("https://consolekit.readthedocs.io/en/latest/" , None ),
74
74
"pytest" : ("https://docs.pytest.org/en/stable" , None ),
75
+ "pytest-regressions" : ("https://pytest-regressions.readthedocs.io/en/latest/" , None ),
75
76
}
76
77
77
78
html_theme = "domdf_sphinx_theme"
Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ def check_file_regression(
56
56
:param data:
57
57
:param file_regression: The file regression fixture for the test.
58
58
:param extension: The extension of the reference file.
59
- :param \*\*kwargs: Additional keyword arguments passed to :meth:`.FileRegressionFixture.check`.
59
+ :param \*\*kwargs: Additional keyword arguments passed to
60
+ :meth:`pytest_regressions.file_regression.FileRegressionFixture.check`.
60
61
"""
61
62
62
63
__tracebackhide__ = True
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ intersphinx_mapping:
54
54
- " 'pandas': ('https://pandas.pydata.org/docs/', None)"
55
55
- " 'consolekit': ('https://consolekit.readthedocs.io/en/latest/', None)"
56
56
- " 'pytest': ('https://docs.pytest.org/en/stable', None)"
57
+ - " 'pytest-regressions': ('https://pytest-regressions.readthedocs.io/en/latest/', None)"
57
58
58
59
mypy_deps :
59
60
- pprint36
You can’t perform that action at this time.
0 commit comments