Ejemplo n.º 1
0
async def test_Signal_get_fail_not_found():
    with pytest.raises(SignalException):
        Signal.get('not_found')
Ejemplo n.º 2
0
async def test_Signal_get_ok(test_signal):
    assert Signal.get('test_signal') is test_signal