##// END OF EJS Templates
BUG: `isfile` is not a method on Path objects...
BUG: `isfile` is not a method on Path objects This exists when using `os.path.isfile` but is the wrong method call for `pathlib.Path` objects. Remove duplicated import and trailing whitespace as well.

File last commit:

r25420:b1231d60
r26254:3de3ca10
Show More
pytest.ini
2 lines | 34 B | text/x-ini | IniLexer
[pytest]
addopts = --durations=10