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 b250c9d commit 0a00349Copy full SHA for 0a00349
changelog/7815.doc.rst
@@ -0,0 +1 @@
1
+Added alias clarification on the deprecation warning for `_fillfuncargs` function.
src/_pytest/deprecated.py
@@ -21,7 +21,7 @@
21
22
23
FILLFUNCARGS = PytestDeprecationWarning(
24
- "The `_fillfuncargs` function is deprecated, use "
+ "The `_fillfuncargs` function (public alias of _pytest.fixtures.fillfixtures function) is deprecated, use "
25
"function._request._fillfixtures() instead if you cannot avoid reaching into internals."
26
)
27
0 commit comments