Lines Matching defs:value
14 def test_odd(value): argument
19 def test_even(value): argument
24 def test_divisibleby(value, num): argument
29 def test_defined(value): argument
46 def test_undefined(value): argument
51 def test_none(value): argument
56 def test_boolean(value): argument
64 def test_false(value): argument
72 def test_true(value): argument
81 def test_integer(value): argument
90 def test_float(value): argument
98 def test_lower(value): argument
103 def test_upper(value): argument
108 def test_string(value): argument
113 def test_mapping(value): argument
121 def test_number(value): argument
126 def test_sequence(value): argument
138 def test_sameas(value, other): argument
151 def test_iterable(value): argument
160 def test_escaped(value): argument
165 def test_in(value, seq): argument