2020-08-18 04:11:16 +08:00
|
|
|
As per our policy, the following features have been deprecated in the 5.X series and are now
|
|
|
|
removed:
|
|
|
|
|
|
|
|
* The ``funcargnames`` read-only property of ``FixtureRequest``, ``Metafunc``, and ``Function`` classes. Use ``fixturenames`` attribute.
|
2020-08-18 04:26:06 +08:00
|
|
|
|
|
|
|
* ``@pytest.fixture`` no longer supports positional arguments, pass all arguments by keyword instead.
|