mirror of
https://github.com/ajouatom/openpilot.git
synced 2026-06-08 11:04:57 +08:00
7 lines
109 B
Python
7 lines
109 B
Python
import pytest
|
|
import msgq
|
|
|
|
@pytest.fixture(autouse=True)
|
|
def msgq_context():
|
|
msgq.context = msgq.Context()
|