示例#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)