You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the only way to develop this is by hitting the live Cloud Datastore API. Is there a way we can use these API calls in unit tests without mocking?
Can we have a "local datastore" server that understands the API and makes it easy for local development?
The text was updated successfully, but these errors were encountered:
I think the issue really is more about in-memory testing -- a stub service would be really nice to expose (along the lines of how dev_appserver.py in App Engine does it) like with google.appengine.ext.testbed.
Right now, the only way to develop this is by hitting the live Cloud Datastore API. Is there a way we can use these API calls in unit tests without mocking?
Can we have a "local datastore" server that understands the API and makes it easy for local development?
The text was updated successfully, but these errors were encountered: