import pytest from tests.fixtures import * def pytest_addoption(parser): parser.addoption( "--with-output", action="store_true", help="Keep test outputs in the __tmp__ directory", )