On Monday, February 24, 2020 at 9:52:25 PM UTC+1, Andrew Gorcester wrote: > Cloud NDB is compatible with the Cloud Datastore Emulator; we recommend tests > be done using that, the same way on Cloud NDB as they would be with the Cloud > Datastore library.
Using an external emulator is way too slow to use for unit tests, even if you are able to get all your code changed so you don’ have to tear down and clean start the emulator to avoid interference between tests. This is pretty disappointing, and means I (and I expect many others) will be forced to rewrite everything if your app isn’t in pure maintenance mode. Remko -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/9f3246de-d324-4e33-b2d9-86f00a642aa5%40googlegroups.com.
