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 7272 "pandas" : ("https://pandas.pydata.org/docs/" , None ),
7373 "consolekit" : ("https://consolekit.readthedocs.io/en/latest/" , None ),
7474 "pytest" : ("https://docs.pytest.org/en/stable" , None ),
75+ "pytest-regressions" : ("https://pytest-regressions.readthedocs.io/en/latest/" , None ),
7576 }
7677
7778html_theme = "domdf_sphinx_theme"
Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ def check_file_regression(
5656 :param data:
5757 :param file_regression: The file regression fixture for the test.
5858 :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`.
6061 """
6162
6263 __tracebackhide__ = True
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ intersphinx_mapping:
5454 - " 'pandas': ('https://pandas.pydata.org/docs/', None)"
5555 - " 'consolekit': ('https://consolekit.readthedocs.io/en/latest/', None)"
5656 - " 'pytest': ('https://docs.pytest.org/en/stable', None)"
57+ - " 'pytest-regressions': ('https://pytest-regressions.readthedocs.io/en/latest/', None)"
5758
5859mypy_deps :
5960 - pprint36
You can’t perform that action at this time.
0 commit comments