]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Replace direct tempfile usage with a fixture.
authorMonty Taylor <mordred@inaugust.com>
Tue, 19 Feb 2013 22:00:12 +0000 (14:00 -0800)
committerMonty Taylor <mordred@inaugust.com>
Thu, 28 Feb 2013 22:21:05 +0000 (17:21 -0500)
commitc334c3dd5a9fa6b4f5660f7915b0e90e07544947
tree3bc7db06347e561aabf73f932cd882911b0438ba
parent06e98c99339f2bd90a76533c4a865283859065f7
Replace direct tempfile usage with a fixture.

tempfiles should always be created in fixtures to ensure that they actually
get cleaned up when we're done.

Change-Id: If4eee03b2e9ec6bd5333b8d5022ec9809343584e
quantum/tests/unit/_test_rootwrap_exec.py
quantum/tests/unit/test_agent_linux_utils.py
quantum/tests/unit/test_policy.py