The watcherclient.tests.unit.test_utils Module

class watcherclient.tests.unit.test_utils.CommonFiltersTest(*args, **kwargs)[source]

Bases: watcherclient.tests.unit.utils.BaseTestCase

test_limit()[source]
test_limit_0()[source]
test_other()[source]
class watcherclient.tests.unit.test_utils.CommonParamsForListTest(*args, **kwargs)[source]

Bases: watcherclient.tests.unit.utils.BaseTestCase

setUp()[source]
test_detail()[source]
test_invalid_limit()[source]
test_limit()[source]
test_nothing_set()[source]
test_sort_dir_invalid()[source]
test_sort_key_allows_label()[source]
test_sort_key_and_sort_dir()[source]
test_sort_key_invalid()[source]
class watcherclient.tests.unit.test_utils.UtilsTest(*args, **kwargs)[source]

Bases: watcherclient.tests.unit.utils.BaseTestCase

test_args_array_to_dict()[source]
test_args_array_to_patch()[source]
test_args_array_to_patch_format_error()[source]
test_args_array_to_patch_remove()[source]
test_split_and_deserialize()[source]
test_split_and_deserialize_fail()[source]