def test_toplevel():
    with pytest.raises(NotImplementedError):
        tasklets.toplevel()
示例#2
0
def test_toplevel():
    with pytest.raises(NotImplementedError):
        tasklets.toplevel()