congressclient.tests.common
Module¶congressclient.tests.common.
TestCongressBase
(*args, **kwargs)¶Bases: congressclient.tests.utils.TestCommand
given_list_options
= ['-f', 'csv', '-c', 'id', '--quote', 'all']¶given_show_options
= ['-f', 'shell', '-c', 'id', '--prefix', 'TST']¶setUp
()¶then_list_options
= [('formatter', 'csv'), ('columns', ['id']), ('quote_mode', 'all')]¶then_show_options
= [('formatter', 'shell'), ('columns', ['id']), ('prefix', 'TST')]¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.