The watcherclient.tests.unit.v1.test_goal_shell Module

class watcherclient.tests.unit.v1.test_goal_shell.GoalShellTest(*args, **kwargs)[source]

Bases: watcherclient.tests.unit.v1.base.CommandTestCase

FIELDS = ['uuid', 'name', 'display_name', 'efficacy_specification']
FIELD_LABELS = ['UUID', 'Name', 'Display name', 'Efficacy specification']
SHORT_LIST_FIELDS = ['uuid', 'name', 'display_name']
SHORT_LIST_FIELD_LABELS = ['UUID', 'Name', 'Display name']
setUp()[source]
test_do_goal_list()[source]
test_do_goal_list_detail()[source]
test_do_goal_show_by_name()[source]
test_do_goal_show_by_uuid()[source]