def test_model_datastoreio(self):
   # We cannot test datastoreio functionality in unit tests therefore we limit
   # ourselves to making sure the pipeline containing Datastore read and write
   # transforms can be built.
   # TODO(vikasrk): Expore using Datastore Emulator.
   snippets.model_datastoreio()
Esempio n. 2
0
 def test_model_datastoreio(self):
   # We cannot test datastoreio functionality in unit tests therefore we limit
   # ourselves to making sure the pipeline containing Datastore read and write
   # transforms can be built.
   # TODO(vikasrk): Expore using Datastore Emulator.
   snippets.model_datastoreio()