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