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