1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m py.test
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
7 configfile: pyproject.toml
8 collecting ... collected 116 items
10 test_schema.py::test_schema PASSED
11 test_schema.py::test_validate_file PASSED
12 test_schema.py::test_and PASSED
13 test_schema.py::test_or PASSED
14 test_schema.py::test_or_only_one PASSED
15 test_schema.py::test_test PASSED
16 test_schema.py::test_regex PASSED
17 test_schema.py::test_validate_list PASSED
18 test_schema.py::test_list_tuple_set_frozenset PASSED
19 test_schema.py::test_strictly PASSED
20 test_schema.py::test_dict PASSED
21 test_schema.py::test_dict_keys PASSED
22 test_schema.py::test_ignore_extra_keys PASSED
23 test_schema.py::test_ignore_extra_keys_validation_and_return_keys PASSED
24 test_schema.py::test_dict_forbidden_keys PASSED
25 test_schema.py::test_dict_hook PASSED
26 test_schema.py::test_dict_optional_keys PASSED
27 test_schema.py::test_dict_optional_defaults PASSED
28 test_schema.py::test_dict_subtypes PASSED
29 test_schema.py::test_dict_key_error PASSED
30 test_schema.py::test_complex PASSED
31 test_schema.py::test_nice_errors PASSED
32 test_schema.py::test_use_error_handling PASSED
33 test_schema.py::test_or_error_handling PASSED
34 test_schema.py::test_and_error_handling PASSED
35 test_schema.py::test_schema_error_handling PASSED
36 test_schema.py::test_use_json PASSED
37 test_schema.py::test_error_reporting PASSED
38 test_schema.py::test_schema_repr PASSED
39 test_schema.py::test_validate_object PASSED
40 test_schema.py::test_issue_9_prioritized_key_comparison PASSED
41 test_schema.py::test_issue_9_prioritized_key_comparison_in_dicts PASSED
42 test_schema.py::test_missing_keys_exception_with_non_str_dict_keys PASSED
43 test_schema.py::test_issue_56_cant_rely_on_callables_to_have_name PASSED
44 test_schema.py::test_exception_handling_with_bad_validators PASSED
45 test_schema.py::test_issue_83_iterable_validation_return_type PASSED
46 test_schema.py::test_optional_key_convert_failed_randomly_while_with_another_optional_object PASSED
47 test_schema.py::test_copy PASSED
48 test_schema.py::test_inheritance PASSED
49 test_schema.py::test_inheritance_validate_kwargs PASSED
50 test_schema.py::test_inheritance_validate_kwargs_passed_to_nested_schema PASSED
51 test_schema.py::test_optional_callable_default_get_inherited_schema_validate_kwargs PASSED
52 test_schema.py::test_optional_callable_default_ignore_inherited_schema_validate_kwargs PASSED
53 test_schema.py::test_inheritance_optional PASSED
54 test_schema.py::test_literal_repr PASSED
55 test_schema.py::test_json_schema PASSED
56 test_schema.py::test_json_schema_with_title PASSED
57 test_schema.py::test_json_schema_types PASSED
58 test_schema.py::test_json_schema_other_types PASSED
59 test_schema.py::test_json_schema_nested PASSED
60 test_schema.py::test_json_schema_nested_schema PASSED
61 test_schema.py::test_json_schema_optional_key PASSED
62 test_schema.py::test_json_schema_optional_key_nested PASSED
63 test_schema.py::test_json_schema_or_key PASSED
64 test_schema.py::test_json_schema_or_values PASSED
65 test_schema.py::test_json_schema_or_values_nested PASSED
66 test_schema.py::test_json_schema_or_values_with_optional PASSED
67 test_schema.py::test_json_schema_regex PASSED
68 test_schema.py::test_json_schema_or_types PASSED
69 test_schema.py::test_json_schema_or_only_one PASSED
70 test_schema.py::test_json_schema_and_types PASSED
71 test_schema.py::test_json_schema_or_one_value PASSED
72 test_schema.py::test_json_schema_const_is_none PASSED
73 test_schema.py::test_json_schema_const_is_callable PASSED
74 test_schema.py::test_json_schema_const_is_custom_type PASSED
75 test_schema.py::test_json_schema_default_is_custom_type PASSED
76 test_schema.py::test_json_schema_default_is_callable PASSED
77 test_schema.py::test_json_schema_default_is_callable_with_args_passed_from_json_schema PASSED
78 test_schema.py::test_json_schema_object_or_array_of_object PASSED
79 test_schema.py::test_json_schema_and_simple PASSED
80 test_schema.py::test_json_schema_and_list PASSED
81 test_schema.py::test_json_schema_forbidden_key_ignored PASSED
82 test_schema.py::test_json_schema_additional_properties[input_schema0-False-False] PASSED
83 test_schema.py::test_json_schema_additional_properties[input_schema1-False-True] PASSED
84 test_schema.py::test_json_schema_additional_properties[input_schema2-False-True] PASSED
85 test_schema.py::test_json_schema_additional_properties[input_schema3-False-True] PASSED
86 test_schema.py::test_json_schema_additional_properties[input_schema4-True-True] PASSED
87 test_schema.py::test_json_schema_additional_properties_multiple PASSED
88 test_schema.py::test_json_schema_root_not_dict[int-type-integer] PASSED
89 test_schema.py::test_json_schema_root_not_dict[float-type-number] PASSED
90 test_schema.py::test_json_schema_root_not_dict[list-type-array] PASSED
91 test_schema.py::test_json_schema_root_not_dict[bool-type-boolean] PASSED
92 test_schema.py::test_json_schema_root_not_dict[dict-type-object] PASSED
93 test_schema.py::test_json_schema_root_not_dict[test-const-test] PASSED
94 test_schema.py::test_json_schema_root_not_dict[input_schema6-enum-expected_value6] PASSED
95 test_schema.py::test_json_schema_root_not_dict[input_schema7-anyOf-expected_value7] PASSED
96 test_schema.py::test_json_schema_root_not_dict[input_schema8-allOf-expected_value8] PASSED
97 test_schema.py::test_json_schema_array[input_schema0-enum-expected_value0] PASSED
98 test_schema.py::test_json_schema_array[input_schema1-const-1] PASSED
99 test_schema.py::test_json_schema_array[input_schema2-type-string] PASSED
100 test_schema.py::test_json_schema_regex_root PASSED
101 test_schema.py::test_json_schema_dict_type PASSED
102 test_schema.py::test_json_schema_title_and_description PASSED
103 test_schema.py::test_json_schema_description_nested PASSED
104 test_schema.py::test_json_schema_description_or_nested PASSED
105 test_schema.py::test_json_schema_literal_with_enum PASSED
106 test_schema.py::test_json_schema_description_and_nested PASSED
107 test_schema.py::test_description PASSED
108 test_schema.py::test_description_with_default PASSED
109 test_schema.py::test_json_schema_ref_in_list PASSED
110 test_schema.py::test_json_schema_refs PASSED
111 test_schema.py::test_json_schema_refs_is_smaller PASSED
112 test_schema.py::test_json_schema_refs_no_missing PASSED
113 test_schema.py::test_json_schema_definitions PASSED
114 test_schema.py::test_json_schema_definitions_and_literals PASSED
115 test_schema.py::test_json_schema_definitions_nested PASSED
116 test_schema.py::test_json_schema_definitions_recursive PASSED
117 test_schema.py::test_json_schema_definitions_invalid PASSED
118 test_schema.py::test_json_schema_default_value PASSED
119 test_schema.py::test_json_schema_default_value_with_literal PASSED
120 test_schema.py::test_json_schema_default_is_none PASSED
121 test_schema.py::test_json_schema_default_is_tuple PASSED
122 test_schema.py::test_json_schema_default_is_literal PASSED
123 test_schema.py::test_prepend_schema_name PASSED
124 test_schema.py::test_dict_literal_error_string PASSED
125 test_schema.py::test_callable_error PASSED
127 ======== 116 passed ========