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()
|