lerobot/tests/conftest.py

6 lines
99 B
Python

from .utils import DEVICE
def pytest_collection_finish():
print(f"\nTesting with {DEVICE=}")