def test_toplevel():
    with pytest.raises(NotImplementedError):
        tasklets.toplevel()
예제 #2
0
def test_toplevel():
    with pytest.raises(NotImplementedError):
        tasklets.toplevel()