Skip to content

Instantly share code, notes, and snippets.

View justinvanwinkle's full-sized avatar

Justin Van Winkle justinvanwinkle

View GitHub Profile
def pytest_addoption(parser):
"""
This hook is used to add custom command-line options to pytest.
"""
parser.addoption(
"--hard-mode",
action="store_true",
default=False,
help="Wire up extra checks"