python-openstackclient/openstackclient/tests/unit/integ
Brian Haley 4b91cd4965 Stop leaving temp files after unit test runs
test_shell.CLOUD_2 is using an absolute path for a temp
file, so leaves /tmp/test_log_file around after the unit
tests are run.  Use a fixture instead so it's cleaned
automatically, which also removes the possibility of two
tests using the same file and interfering with each other.

Change-Id: If722b860be4010b91635c6d46f634da980e17152
2019-05-10 15:47:09 +00:00
..
cli Stop leaving temp files after unit test runs 2019-05-10 15:47:09 +00:00
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
base.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00