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 442f7a7 commit 13e5dc9Copy full SHA for 13e5dc9
src/_pytest/deprecated.py
@@ -36,7 +36,10 @@
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
+ "See "
41
+ "https://docs.pytest.org/en/latest/deprecations.html#node-construction-changed-to-node-from-parent"
42
+ " for more details.",
43
)
44
45
JUNIT_XML_DEFAULT_FAMILY = PytestDeprecationWarning(
0 commit comments