test_ok2/testing/python
Ran Benita c15bb5d3de pathlib: replace py.path.local.visit() with our own function
Part of reducing dependency on `py`. Also enables upcoming improvements.

In cases where there are simpler alternatives (in tests), I used those.

What's left are a couple of uses in `_pytest.main` and `_pytest.python`
and they only have modest requirements, so all of the featureful code
from py is not needed.
2020-07-25 00:26:49 +03:00
..
approx.py python_api: type annotate some parts of pytest.approx() 2020-06-25 15:15:24 +03:00
collect.py Change pytest deprecation warnings into errors for 6.0 release (#7362) 2020-07-22 21:36:51 -03:00
fixtures.py pathlib: replace py.path.local.visit() with our own function 2020-07-25 00:26:49 +03:00
integration.py Enable check_untyped_defs mypy option for testing/ too 2020-06-05 11:34:20 +03:00
metafunc.py Remove no longer needed `noqa: F821` uses 2020-07-10 13:08:56 +03:00
raises.py Clearer guidance on pytest.raise(match=...) failure (#7499) 2020-07-15 22:26:47 +03:00
show_fixtures_per_test.py Use new no-match functions to replace previous idiom 2019-10-06 18:05:24 -03:00