Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Google Cloud Datastore emulator for development #148

Merged
merged 3 commits into from
May 4, 2020
Merged

Conversation

aktech
Copy link
Member

@aktech aktech commented May 3, 2020

Fixes #147

NDB Client needs credentials for set up, this is remove the dependency of requiring credentials.

  • Use google datastore cloud emulator for testing and development.
  • Get PROJECT_ID from environment variable.
  • Install google cloud SDK in travis.
  • Move client-secret.json decryption to before_deploy.
  • Update README

@aktech aktech added the GAE-Python3 Everything related to upgrading to Google App engine's Python3 runtime label May 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GAE-Python3 Everything related to upgrading to Google App engine's Python3 runtime
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run tests without credentials: client-secret.json
1 participant