Commit b890d3d2 authored by Jason R. Coombs's avatar Jason R. Coombs

Clean up conftest.py

parent a83ae992
import pytest
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")
parser.addoption(
"--package_name", action="append", default=[],
help="list of package_name to pass to test functions",
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment