def test_set_context():
    with pytest.raises(NotImplementedError):
        tasklets.set_context()
Beispiel #2
0
def test_set_context():
    with pytest.raises(NotImplementedError):
        tasklets.set_context()