Files
onepilot/msgq_repo/msgq/conftest.py
T
Vehicle Researcher 8069b6611d openpilot v0.11.1
2026-04-09 09:29:51 +00:00

7 lines
109 B
Python

import pytest
import msgq
@pytest.fixture(autouse=True)
def msgq_context():
msgq.context = msgq.Context()