Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.
This repository was archived by the owner on May 7, 2026. It is now read-only.

Add coverage for query offset fix #158

Description

@tseaver

/cc @crwilcox

PR #18 did not add coverage for the case it was fixing.

nox > Running session cover
nox > Re-using existing virtual environment at .nox/cover.
nox > python -m pip install coverage pytest-cov
nox > coverage report --show-missing --fail-under=97
Name Stmts Miss Branch BrPart Cover Missing
---------------------------------------------------------------------------------------------------------------------------------
google/cloud/datastore/__init__.py 9 0 0 0 100%
google/cloud/datastore/_app_engine_key_pb2.py 23 0 2 0 100%
google/cloud/datastore/_gapic.py 15 0 2 0 100%
google/cloud/datastore/_http.py 72 0 12 0 100%
google/cloud/datastore/batch.py 106 0 32 0 100%
google/cloud/datastore/client.py 230 0 118 0 100%
google/cloud/datastore/entity.py 23 0 6 0 100%
google/cloud/datastore/helpers.py 206 0 132 0 100%
google/cloud/datastore/key.py 202 0 76 0 100%
google/cloud/datastore/query.py 202 3 64 1 98% 588->596, 596-598
...

Metadata

Metadata

Assignees

Labels

api: datastoreIssues related to the googleapis/python-datastore API.type: processA process-related concern. May include testing, release, or the like.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions