openstack-python-openstackc.../openstackclient/tests/unit
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
..
api Re-implement novaclient bits removed in 10.0 2018-03-13 09:10:45 -05:00
common Merge "Delete the LB object quotas set command in openstackclient" 2019-03-13 08:48:34 +00:00
compute Merge "API microversion 2.69: Handles Down Cells" 2019-03-07 08:01:45 +00:00
identity Add project param in LimitList parser 2018-11-08 11:19:24 -06:00
image Merge "Fix --limit option in image list sub-command" 2019-05-08 23:25:16 +00:00
integ Stop leaving temp files after unit test runs 2019-05-10 15:47:09 +00:00
network Ignore case in security group rule --ethertype 2019-04-01 15:56:40 -04:00
object Before writing object data to stdout, re-open it in binary mode 2019-04-10 14:34:40 -05:00
volume Merge "Add --attached / --detached parameter to volume set" 2019-03-06 00:58:17 +00:00
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
fakes.py Adding api_version to FakeApp 2018-06-24 03:47:23 +00:00
test_shell.py Stop leaving temp files after unit test runs 2019-05-10 15:47:09 +00:00
utils.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00