Laymik0o

Results 2 comments of Laymik0o

Hi @BeyondEvil, 1. The absolute path is not mandatory, just a first idea. You can remove it and it will work the same 2. Yes, I do 3. Tests can...

A small note for those who run into this problem, can be useful As a workaround I add the following code to conftest.py ``` def pytest_configure(config): config.option.css[0] = os.path.join(os.path.dirname(__file__), config.option.css[0])...