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 5c1e56d commit 3637d9eCopy full SHA for 3637d9e
doc/en/deprecations.rst
@@ -45,6 +45,8 @@ This limitation in api surface intends to enable better/simpler refactoring of t
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
+Note that ``from_parent`` should only be called with keyword arguments for the parameters.
49
+
50
51
52
``junit_family`` default value change to "xunit2"
0 commit comments