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