The congressclient.tests.common
Module¶
-
class
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’)]¶
-