Skip to content

Commit

Permalink
Removing files with bad names created by tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermechapiewski committed Jul 27, 2009
1 parent aa6d933 commit 3ccf85a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/core_test.py
Expand Up @@ -198,6 +198,10 @@ def tearDown(self):
for migration in db_migrate.get_all_migrations():
os.remove(migration.abspath)

# remove bad files
for each_file in self.test_migration_files_bad:
os.remove(each_file)

# remove temp config file
os.remove('test_config_file.conf')

Expand Down

0 comments on commit 3ccf85a

Please sign in to comment.