move the deletion of the db into fixtures
This commit is contained in:
2 changed files with 6 additions and 6 deletions
@@ -265,10 +265,6 @@ class NovaTestRunner(core.TextTestRunner):
if __name__ == '__main__':
logging.setup()
testdb = os.path.join(FLAGS.state_path,
FLAGS.sqlite_db)
if os.path.exists(testdb):
os.unlink(testdb)
testdir = os.path.abspath(os.path.join("nova","tests"))
c = config.Config(stream=sys.stdout,
env=os.environ,
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.