def test_make_context():
    with pytest.raises(NotImplementedError):
        tasklets.make_context()
Beispiel #2
0
def test_make_context():
    with pytest.raises(NotImplementedError):
        tasklets.make_context()