commit | 8539a2ae46a43d3fed0d42a9672d8277fbd38e53 | [log] [tgz] |
---|---|---|
author | Nan Zhang <nanzhang@google.com> | Tue May 15 14:00:05 2018 -0700 |
committer | Nan Zhang <nanzhang@google.com> | Wed May 23 17:48:33 2018 -0700 |
tree | 7f63dc937b886389e53ee3b386c70baebd1da8e1 | |
parent | e493fcf90483ade4b2a5ac331a4f89cb15ae3fd2 [diff] [blame] |
initial drop of setuptools v39.1.0 Test: N/A Bug: b/79751992 Change-Id: Iccb41bbd58f7a6af510957966c5d893c2875e4ee
diff --git a/conftest.py b/conftest.py new file mode 100644 index 0000000..3cccfe1 --- /dev/null +++ b/conftest.py
@@ -0,0 +1,8 @@ +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", + )