Add teardown to common.

This commit is contained in:
Wesley Spikes 2011-07-07 16:05:13 -07:00
parent 3ee10d3dbe
commit 262f1eecd1

View file

@ -157,6 +157,6 @@ def get_new_bucket(connection=None):
bucket = connection.create_bucket(name)
return bucket
def teardown():
nuke_prefixed_buckets()
if __name__ == '__main__':
setup()