mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 07:54:23 +00:00
4 lines
176 B
Python
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")
|