Exemplo n.º 1
0
 def tearDown(self):
     cleanup_path(I18N_ASSETS, self.i18nassets_snapshot)
Exemplo n.º 2
0
 def tearDown(self):
     for path in BACKUP_FILES:
         shutil.move('{0}.backup'.format(path), path)
     cleanup_path(TESTS_PATH, self.snapshot)
Exemplo n.º 3
0
 def tearDown(self):
     cleanup_path(I18N_ASSETS, self.i18nassets_snapshot)
 def tearDown(self):
     for path in BACKUP_FILES:
         shutil.move('{0}.backup'.format(path), path)
     cleanup_path(TESTS_PATH, self.snapshot)