Make bok_choy tests clean up test files before executing

This commit is contained in:
Calen Pennington
2014-12-18 14:08:20 -05:00
parent 0e58e7cb23
commit e88c00a25c

View File

@@ -43,6 +43,7 @@ class BokChoyTestSuite(TestSuite):
self.har_dir.makedirs_p()
self.report_dir.makedirs_p()
test_utils.clean_reports_dir()
test_utils.clean_test_files()
msg = colorize('green', "Checking for mongo, memchache, and mysql...")
print(msg)