refstack-client/refstack_client
Martin Kopec f018caa06e Unite tempest_dir in _get_next_stream_subunit_output_file
The method have used tempest_dir value given by the argument as well
as self.tempest_dir value which was confusing and lead to a unit test
failure in the case when tempest_dir was a valid path to an existing
tempest environment.

Usually self.tempest_dir and tempest_dir were the same, the values
were different only in a unittest which was editing the tempest dir
path for test purposes.

The docstring suggests that the method should use the value from the
argument, therefore the patch removes the self.tempest_dir occurrence.

Change-Id: I80dc38e6f0dcff1956f2881894d51a1c35577b33
2020-12-18 20:31:26 +00:00
..
scripts Add python35 support 2017-08-09 18:28:53 -07:00
tests Remove a part of test_verbose unit test 2020-12-14 11:03:31 +00:00
__init__.py Rename refstack-client to refstack_client 2014-09-23 15:17:17 +03:00
list_parser.py Fix pep8, flake8 and unit test failures 2020-11-18 15:42:33 +00:00
refstack_client.py Unite tempest_dir in _get_next_stream_subunit_output_file 2020-12-18 20:31:26 +00:00
subunit_processor.py Fix pep8, flake8 and unit test failures 2020-11-18 15:42:33 +00:00