Exemplo n.º 1
0
def tearDownModule():
    if EMULATOR_DATASET is not None:
        clear_datastore.remove_all_entities(client=Config.CLIENT)
Exemplo n.º 2
0
def tearDownModule():
    if EMULATOR_DATASET is not None:
        clear_datastore.remove_all_entities(client=Config.CLIENT)
Exemplo n.º 3
0
 def tearDownClass(cls):
     # In the emulator, destroy the query entities.
     if EMULATOR_DATASET is not None:
         # Use the client for this test instead of the global.
         clear_datastore.remove_all_entities(client=cls.CLIENT)
Exemplo n.º 4
0
 def tearDownClass(cls):
     # In the emulator, destroy the query entities.
     if os.getenv(GCD_DATASET) is not None:
         # Use the client for this test instead of the global.
         clear_datastore.remove_all_entities(client=cls.CLIENT)