Files
rocm-systems/tests/conftest.py
T

11 wiersze
228 B
Python
Czysty Zwykły widok Historia

2025-02-20 17:51:57 -05:00
import pytest
def pytest_addoption(parser):
parser.addoption(
"--call-binary",
action="store_true",
default=False,
help="Call standalone binary instead of main function during tests",
)