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 37d560b commit c4b6c93Copy full SHA for c4b6c93
src/_pytest/deprecated.py
@@ -36,9 +36,10 @@
36
37
NODE_USE_FROM_PARENT = UnformattedWarning(
38
PytestDeprecationWarning,
39
- "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",
+ "Direct construction of {name} has been deprecated, please use {name}.from_parent.\n"
+ "See "
+ "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