When running specs against the emulator: Ability to reset entire datastore set between tests #11256
Labels
api: datastore
Issues related to the Datastore API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Hi, it would be really convenient to have a
teardown
orreset
command which could be run around each tests case when running specs against the emulator. I know the emulator has areset
capability (as per: googleapis/google-cloud-java#1292 (comment)) It would be really great to have that option instead of having to query and delete all objects in the DB one by one to ensure no leaks happen between test cases.The text was updated successfully, but these errors were encountered: