Bases: unittest.case.TestCase
-
speed = 'fast'
-
tag = ['unit', 'parameters']
-
test_default_invalid()[source]
-
test_default_no_override()[source]
-
test_default_override()[source]
-
test_description()[source]
-
test_list_value_list_bad()[source]
-
test_list_value_list_good()[source]
-
test_new_bad_type()[source]
-
test_new_list()[source]
-
test_new_no_type()[source]
-
test_new_number()[source]
-
test_new_string()[source]
-
test_no_description()[source]
-
test_no_echo_false()[source]
-
test_no_echo_true()[source]
-
test_no_echo_true_caps()[source]
-
test_number_float_good()[source]
-
test_number_high()[source]
-
test_number_int_good()[source]
-
test_number_low()[source]
-
test_number_value_list_bad()[source]
-
test_number_value_list_good()[source]
-
test_string_len_good()[source]
-
test_string_overflow()[source]
-
test_string_pattern_bad_prefix()[source]
-
test_string_pattern_bad_suffix()[source]
-
test_string_pattern_good()[source]
-
test_string_underflow()[source]
-
test_string_value_list_bad()[source]
-
test_string_value_list_good()[source]