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