Files
carrotpilot/msgq_repo/msgq/conftest.py
ajouatom 8e4b088424 v2
2026-02-14 16:24:08 +09:00

7 lines
109 B
Python

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