def test_toplevel():
    with pytest.raises(NotImplementedError):
        tasklets.toplevel()
Esempio n. 2
0
def test_toplevel():
    with pytest.raises(NotImplementedError):
        tasklets.toplevel()