Ejemplo n.º 1
0
 def tearDown(self):
     for filename in self.context.listdir():
         storage.delete_uri(self.context.get_full_path(filename))
Ejemplo n.º 2
0
 def tearDown(self):
     for filename in self.context.listdir():
         storage.delete_uri(self.context.get_full_path(filename))
Ejemplo n.º 3
0
 def remove(self, filename):
     storage.delete_uri(self.get_full_path(filename))
Ejemplo n.º 4
0
 def remove(self, filename):
     storage.delete_uri(self.get_full_path(filename))