6 lines
99 B
Python
6 lines
99 B
Python
from .utils import DEVICE
|
|
|
|
|
|
def pytest_collection_finish():
|
|
print(f"\nTesting with {DEVICE=}")
|