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