blob: 3cccfe1abde5221cce396161441a5b2255b1614d [file] [log] [blame]
pytest_plugins = 'setuptools.tests.fixtures'
def pytest_addoption(parser):
parser.addoption(
"--package_name", action="append", default=[],
help="list of package_name to pass to test functions",
)