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