示例#1
0
 def test_index_list():
     with pytest.raises(NotImplementedError):
         _datastore_query.QueryIterator().index_list()
示例#2
0
 def test_next():
     with pytest.raises(NotImplementedError):
         _datastore_query.QueryIterator().next()
示例#3
0
 def test_cursor_after():
     with pytest.raises(NotImplementedError):
         _datastore_query.QueryIterator().cursor_after()
示例#4
0
 def test_has_next_async():
     with pytest.raises(NotImplementedError):
         _datastore_query.QueryIterator().has_next_async()