def test_fetch_page_bad(self): assert isinstance(logs.fetch_list('nope', 0), list)
def test_fetch_page_out(self): assert isinstance(logs.fetch_list('out', 0), list)
def test_fetch_page_in(self): assert isinstance(logs.fetch_list('in', 0), list)