pytest2/src
Bruno Oliveira 2d57d5c32f Do not break on very long command-line options
`_set_initial_conftests` could break on some systems if a very long
option was passed, because the `Path.exists()` call raises an
`OSError` instead of returning `False`.

Fix #10169
2023-05-12 09:34:15 -03:00
..
_pytest Do not break on very long command-line options 2023-05-12 09:34:15 -03:00
pytest Export `pytest.DoctestItem` for typing / runtime purposes (#10313) 2022-10-07 13:03:42 -03:00
py.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2022-10-19 16:52:26 -04:00