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