Esempio n. 1
0
def test_node():
    api = BaseAPI(2)
    with pytest.raises(NotImplementedError):
        api.node()
Esempio n. 2
0
def test_node():
    api = BaseAPI(2)
    with pytest.raises(NotImplementedError):
        api.node()