Files
pytest2/testing
Bruno Oliveira 8d9b95dcdb Fix collection of short paths on Windows (#11936)
Passing a short path in the command line was causing the matchparts check to fail, because ``Path(short_path) != Path(long_path)``.

Using ``os.path.samefile`` as fallback ensures the comparsion works on Windows when comparing short/long paths.

Fix #11895
2024-02-23 07:51:15 -03:00
..
2021-03-07 15:01:39 +01:00
2024-02-09 11:08:33 +02:00
2024-01-30 16:35:46 -03:00
2024-02-09 11:08:33 +02:00