run_tests.py π§ΒΆ
Source: scripts/run_tests.py
Warning
This file has not yet received a complete narrative and docstring audit. Its public source-level API is listed automatically below.
Run LION tests, including CUDA tests only when CUDA is available.
- pytest_args(args: list[str], *, cuda_available: bool) list[str]
Build pytest arguments for the available hardware.
- main() int
Detect CUDA, invoke pytest, and return pytestβs process status.