test_ok2/testing/python
Bruno Oliveira 2c4c57e135 Revert fspath deprecation
It is not clear yet how we should proceed with this deprecation
because `pytest.Item.reportinfo` is public API and returns a `py.path` object,
and is not clear how plugins and our examples should handle that.

Reverting just the deprecation aspect of #8251 so we can get a 7.0.0 release out.

We will reintroduce the deprecation later once we have a clear path moving forward with replacing `reportinfo`.

Closes #8445
Closes #8821
2021-07-13 08:24:39 -03:00
..
approx.py Improve pytest.approx error messages readability (Pull request) (#8429) 2021-04-30 07:36:56 -03:00
collect.py Fix warning filters used in tests 2021-05-04 17:25:02 +02:00
fixtures.py Revert fspath deprecation 2021-07-13 08:24:39 -03:00
integration.py fixup! Rename variables 'tmpdir'->'tmp_path' 2021-02-21 13:10:07 +00:00
metafunc.py Generate useful parameterization IDs for complex() numbers. 2021-07-12 12:27:24 -07:00
raises.py [pre-commit.ci] pre-commit autoupdate (#8547) 2021-04-14 12:49:09 +03:00
show_fixtures_per_test.py add feature to view fixture source location in invocations with --fixtures-per-test option (#8626) 2021-05-14 14:38:55 +02:00