Skip to content

Commit 05f5c2b

Browse files
committed
Update documentation in domdf_python_tools.testing
1 parent f3ed912 commit 05f5c2b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

domdf_python_tools/testing/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
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 <[email protected]>

domdf_python_tools/testing/regressions.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.. versionadded:: 2.2.0
1111
"""
1212
#
13-
# Copyright © 2020 Dominic Davis-Foster <[email protected]>
13+
# Copyright © 2020-2021 Dominic Davis-Foster <[email protected]>
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
"""

0 commit comments

Comments
 (0)