First for all, Thanks thanks thanks you so much for all the help guys! I think that I'm starting to understand. When I use the dev server he start much of services. But when I execute the test with testbed and datastore_v3_stub this stub emulated only the datastore. And if I was using other tools that i would connect to Cloud Datastore maybe I will need use the datastore emulator.
But in this case, why don't use the own development server which I use to run my app to test my lib (ndb wrapper) or anything ? Anyway, I'm using testbed and it works fine, but I' ve found a problem, when I execute a test over the method that insert a student in the datastore all work fine, I check that the user is inserted. But after when I check other method that read specific user I see that I dont have entities that read. I don't understand why if both methods are in the same Test class and one is after other. Any idea? -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/cf9c0e4b-f00a-476b-aa37-2e0a064e6bea%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
