def test_toplevel():
    with pytest.raises(NotImplementedError):
        tasklets.toplevel()
Пример #2
0
def test_toplevel():
    with pytest.raises(NotImplementedError):
        tasklets.toplevel()