blob: 3cccfe1abde5221cce396161441a5b2255b1614d [file] [log] [blame]
Nan Zhang8539a2a2018-05-15 14:00:05 -07001pytest_plugins = 'setuptools.tests.fixtures'
2
3
4def pytest_addoption(parser):
5 parser.addoption(
6 "--package_name", action="append", default=[],
7 help="list of package_name to pass to test functions",
8 )