Files
isle/tools/isledecomp/tests/conftest.py
2024-02-04 19:37:37 +01:00

4 lines
176 B
Python

def pytest_addoption(parser):
"""Allow the option to run tests against the original LEGO1.DLL."""
parser.addoption("--lego1", action="store", help="Path to LEGO1.DLL")