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 39d9f7c commit 19dd17dCopy full SHA for 19dd17d
src/_pytest/deprecated.py
@@ -36,7 +36,9 @@
36
37
NODE_USE_FROM_PARENT = UnformattedWarning(
38
PytestDeprecationWarning,
39
- "direct construction of {name} has been deprecated, please use {name}.from_parent",
+ "direct construction of {name} has been deprecated, please use {name}.from_parent\n"
40
+ "for more details see "
41
+ "https://docs.pytest.org/en/latest/deprecations.html#node-construction-changed-to-node-from-parent",
42
)
43
44
JUNIT_XML_DEFAULT_FAMILY = PytestDeprecationWarning(
0 commit comments