mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-devtest
synced 2026-01-15 10:23:32 +01:00
os.test.ListCmd: Add self.__write_raw_response - half done
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
6c06abffe9
commit
1740f3c5c8
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,6 @@ class ListCmd(TestCase): # export
|
||||||
self.total_timeout = total_timeout
|
self.total_timeout = total_timeout
|
||||||
self.__decisive = None
|
self.__decisive = None
|
||||||
self.__row_info = None
|
self.__row_info = None
|
||||||
self.__write_raw_response = True
|
|
||||||
if write_response is not None:
|
if write_response is not None:
|
||||||
self.__write_response = write_response
|
self.__write_response = write_response
|
||||||
else:
|
else:
|
||||||
|
|
@ -215,6 +214,7 @@ class ListCmd(TestCase): # export
|
||||||
self.__write_response = False
|
self.__write_response = False
|
||||||
else:
|
else:
|
||||||
raise Exception('Invalid value "{}" of environment variable "{}"'.format(val, key))
|
raise Exception('Invalid value "{}" of environment variable "{}"'.format(val, key))
|
||||||
|
self.__write_raw_response = self.__write_response # TODO: make these two independent
|
||||||
|
|
||||||
def __read_rows(self, path, subject=None):
|
def __read_rows(self, path, subject=None):
|
||||||
if isinstance(path, list):
|
if isinstance(path, list):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue