コード例 #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()