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

Unit tests do not run against the emulator #32

@tsukasa-au

Description

@tsukasa-au

Environment details

  • OS type and version: Arch linux
  • Python version: 3.8.2
  • pip version: 20.0.2
  • google-cloud-datastore version: master

Steps to reproduce

  1. run unit tests
$(gcloud beta emulators datastore env-init)  # Enable the emulator
nox -s system-3.8  # Run test (using python3.8 support added in #31)
  1. See failures where some tests run against the real datastore instance, others fail due to incorrect test data, while others fail due to bugs in the emulator.

Metadata

Metadata

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