def test_set_context():
    with pytest.raises(NotImplementedError):
        tasklets.set_context()
Ejemplo n.º 2
0
def test_set_context():
    with pytest.raises(NotImplementedError):
        tasklets.set_context()