Exemplo n.º 1
0
 def test_fetch_page_bad(self):
     assert isinstance(logs.fetch_list('nope', 0), list)
Exemplo n.º 2
0
 def test_fetch_page_out(self):
     assert isinstance(logs.fetch_list('out', 0), list)
Exemplo n.º 3
0
 def test_fetch_page_in(self):
     assert isinstance(logs.fetch_list('in', 0), list)
Exemplo n.º 4
0
 def test_fetch_page_bad(self):
     assert isinstance(logs.fetch_list('nope', 0), list)
Exemplo n.º 5
0
 def test_fetch_page_out(self):
     assert isinstance(logs.fetch_list('out', 0), list)
Exemplo n.º 6
0
 def test_fetch_page_in(self):
     assert isinstance(logs.fetch_list('in', 0), list)