1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests/build_test/conftest.py

7 lines
168 B
Python

def pytest_addoption(parser):
parser.addoption(
"--check-build",
action="store",
default=False,
help="Check wheel contents.",
)