presslabs / zinc

Route 53 zone manager.
https://www.presslabs.com/code/zinc/
Other
42 stars 2 forks source link

ensure zones created during testing get deleted at the end #101

Closed rciorba closed 7 years ago

rciorba commented 7 years ago

Adds CleanupClient a wrapper on top of the actual boto3 client that tracks what zones are created and deletes them after each test run

rciorba commented 7 years ago

This will enable us to simply create zones using the boto api, and ensure they get deleted at the end of each test.