6f34f74e9b
date: 2026-04-10T22:07:44 master commit: 4ba0c4b574bff994e9a8f7266b4969b39380a8b1
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()
|