Files
simple-message-channels/test/conftest.py
Luke Murphy 1fde858fe6
已通過所有檢查
continuous-integration/drone/push Build is passing
Appease CI setup
2020-08-05 08:08:41 +02:00

14 行
173 B
Python

import pytest
from simple_message_channels import SimpleMessageChannel as SMC
@pytest.fixture
def smc1():
return SMC()
@pytest.fixture
def smc2():
return SMC()