simple-message-channels/test/conftest.py
Luke Murphy 1c67ca74e4
Some checks failed
continuous-integration/drone/push Build is failing
Spec out first steps, nothing works yet
2020-06-30 15:09:04 +02:00

9 lines
139 B
Python

import pytest
@pytest.fixture
def smc():
from simple_message_channels import SimpleMessageChannel
return SimpleMessageChannel()