File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
domdf_python_tools/testing Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 88 :__pkginfo__:
99
1010.. versionadded:: 0.4.9
11+
12+ .. attention::
13+
14+ :mod:`domdf_python_tools.testing` is deprecated since v2.4.0 and will be removed in v3.0.0.
15+ Use the new `coincidence <https://coincidence.readthedocs.io/en/latest/api/utils.html>`_ package instead,
16+ which has everything this module provides, and more!
1117"""
1218#
1319# Copyright © 2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
Original file line number Diff line number Diff line change 1010.. versionadded:: 2.2.0
1111"""
1212#
13- # Copyright © 2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
13+ # Copyright © 2020-2021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
1414#
1515# This program is free software; you can redistribute it and/or modify
1616# it under the terms of the GNU Lesser General Public License as published by
@@ -87,7 +87,8 @@ def check_file_output(
8787 :param extension: The extension of the reference file.
8888 If :py:obj:`None` the extension is determined from ``filename``.
8989 :param newline: Controls how universal newlines mode works. See :func:`open`.
90- :param \*\*kwargs: Additional keyword arguments passed to :meth:`.FileRegressionFixture.check`.
90+ :param \*\*kwargs: Additional keyword arguments passed to
91+ :meth:`pytest_regressions.file_regression.FileRegressionFixture.check`.
9192
9293 .. versionchanged:: 1.7.1 Changed the default for ``newline`` to ``'\n'``.
9394 """
You can’t perform that action at this time.
0 commit comments