test_ok1/src
Bruno Oliveira f92c4a77ad Use PurePath directly instead of os.path.sep in rewrite.py
Given we are already creating a `PurePath`, just pass the parts directly to it.

This avoids using `os.path.sep`, that although is an official API, seems not to be available in all systems.

Fix #9791
2022-06-26 21:29:05 -03:00
..
_pytest Use PurePath directly instead of os.path.sep in rewrite.py 2022-06-26 21:29:05 -03:00
pytest Warn when test functions return other than None (#9956) 2022-05-25 09:48:02 -03:00