Newer
Older
Angus Lothian
committed
Angus Lothian
committed
@pytest.fixture
def signal():
"""Return a signal with no connections."""
return Signal()
@pytest.fixture
def signals():
"""Return 3 signals with no connections."""
Angus Lothian
committed
return [Signal() for _ in range(0, 3)]