commit | 5ac7638c0d5cbe61206e1b45438ac8e7c690be6d | [log] [tgz] |
---|---|---|
author | Clark Boylan <clark.boylan@gmail.com> | Tue Feb 06 15:18:45 2018 -0800 |
committer | Clark Boylan <clark.boylan@gmail.com> | Tue Feb 06 15:18:45 2018 -0800 |
tree | 2e39c068e8ea52e44accaf54b8794c8a727722b1 | |
parent | d688a62053ec8e435ce4066f3f08db719b38cb4d [diff] |
Use nested tempfile fixture for cleanups There are a couple places where we appear to leak tempfile and tempdirs because we are creating dirs/files in the tests then not deleting them when we are done. Address this by using the nested tempfile fixture which will nest all tempfiles and tempdirs in a tempdir that the fixture cleans up when the test is completed. Change-Id: I2818ed48823c544bb1be6b4e1e58f78109197bc1