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