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 311e5c0 commit 68cd042Copy full SHA for 68cd042
src/_pytest/config/argparsing.py
@@ -193,6 +193,10 @@ def addini(
193
* ``pathlist``: a list of ``py.path``, separated as in a shell
194
* ``int``: an integer
195
* ``float``: a floating-point number
196
+
197
+ .. versionadded:: 8.4
198
199
+ The ``float`` and ``int`` types.
200
201
For ``paths`` and ``pathlist`` types, they are considered relative to the ini-file.
202
In case the execution is happening without an ini-file defined,
0 commit comments