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 c4b6c93 commit f7e804cCopy full SHA for f7e804c
doc/en/deprecations.rst
@@ -42,6 +42,10 @@ Node Construction changed to ``Node.from_parent``
42
The construction of nodes new should use the named constructor ``from_parent``.
43
This limitation in api surface intends to enable better/simpler refactoring of the collection tree.
44
45
+This means that instead of :code:``MyItem(name="foo", parent=collector, obj=42)``
46
+one now has to invoke :code:``MyItem.from_parent(collector, name="foo")``.
47
+
48
49
50
``junit_family`` default value change to "xunit2"
51
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments