1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
5 collecting ... collected 143 items
7 simplejson/tests/test_bigint_as_string.py::TestBigintAsString::test_dict_keys PASSED
8 simplejson/tests/test_bigint_as_string.py::TestBigintAsString::test_dicts PASSED
9 simplejson/tests/test_bigint_as_string.py::TestBigintAsString::test_ints PASSED
10 simplejson/tests/test_bigint_as_string.py::TestBigintAsString::test_lists PASSED
11 simplejson/tests/test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_dict_keys PASSED
12 simplejson/tests/test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_dicts PASSED
13 simplejson/tests/test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_ints PASSED
14 simplejson/tests/test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_ints_outside_range_fails PASSED
15 simplejson/tests/test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_invalid_counts PASSED
16 simplejson/tests/test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_lists PASSED
17 simplejson/tests/test_check_circular.py::TestCheckCircular::test_circular_composite PASSED
18 simplejson/tests/test_check_circular.py::TestCheckCircular::test_circular_default PASSED
19 simplejson/tests/test_check_circular.py::TestCheckCircular::test_circular_dict PASSED
20 simplejson/tests/test_check_circular.py::TestCheckCircular::test_circular_list PASSED
21 simplejson/tests/test_check_circular.py::TestCheckCircular::test_circular_off_default PASSED
22 simplejson/tests/test_decimal.py::TestDecimal::test_decimal_decode PASSED
23 simplejson/tests/test_decimal.py::TestDecimal::test_decimal_defaults PASSED
24 simplejson/tests/test_decimal.py::TestDecimal::test_decimal_encode PASSED
25 simplejson/tests/test_decimal.py::TestDecimal::test_decimal_reload PASSED
26 simplejson/tests/test_decimal.py::TestDecimal::test_decimal_roundtrip PASSED
27 simplejson/tests/test_decimal.py::TestDecimal::test_stringify_key PASSED
28 simplejson/tests/test_decode.py::TestDecode::test_bounded_int PASSED
29 simplejson/tests/test_decode.py::TestDecode::test_bounds_checking PASSED
30 simplejson/tests/test_decode.py::TestDecode::test_bytes_decode PASSED
31 simplejson/tests/test_decode.py::TestDecode::test_decimal PASSED
32 simplejson/tests/test_decode.py::TestDecode::test_decoder_optimizations PASSED
33 simplejson/tests/test_decode.py::TestDecode::test_empty_objects PASSED
34 simplejson/tests/test_decode.py::TestDecode::test_empty_strings PASSED
35 simplejson/tests/test_decode.py::TestDecode::test_float PASSED
36 simplejson/tests/test_decode.py::TestDecode::test_keys_reuse_str PASSED
37 simplejson/tests/test_decode.py::TestDecode::test_keys_reuse_unicode PASSED
38 simplejson/tests/test_decode.py::TestDecode::test_object_pairs_hook PASSED
39 simplejson/tests/test_decode.py::TestDecode::test_raw_decode PASSED
40 simplejson/tests/test_default.py::TestDefault::test_default PASSED
41 simplejson/tests/test_dump.py::TestDump::test_accumulator PASSED
42 simplejson/tests/test_dump.py::TestDump::test_bytes_key PASSED
43 simplejson/tests/test_dump.py::TestDump::test_bytes_nested PASSED
44 simplejson/tests/test_dump.py::TestDump::test_bytes_toplevel PASSED
45 simplejson/tests/test_dump.py::TestDump::test_constants PASSED
46 simplejson/tests/test_dump.py::TestDump::test_dump PASSED
47 simplejson/tests/test_dump.py::TestDump::test_dumps PASSED
48 simplejson/tests/test_dump.py::TestDump::test_encode_truefalse PASSED
49 simplejson/tests/test_dump.py::TestDump::test_indent_unknown_type_acceptance PASSED
50 simplejson/tests/test_dump.py::TestDump::test_misbehaving_bytes_subtype PASSED
51 simplejson/tests/test_dump.py::TestDump::test_misbehaving_text_subtype PASSED
52 simplejson/tests/test_dump.py::TestDump::test_ordered_dict PASSED
53 simplejson/tests/test_dump.py::TestDump::test_sort_keys PASSED
54 simplejson/tests/test_dump.py::TestDump::test_stringify_key PASSED
55 simplejson/tests/test_encode_basestring_ascii.py::TestEncodeBaseStringAscii::test_c_encode_basestring_ascii PASSED
56 simplejson/tests/test_encode_basestring_ascii.py::TestEncodeBaseStringAscii::test_py_encode_basestring_ascii PASSED
57 simplejson/tests/test_encode_basestring_ascii.py::TestEncodeBaseStringAscii::test_sorted_dict PASSED
58 simplejson/tests/test_encode_for_html.py::TestEncodeForHTML::test_basic_encode PASSED
59 simplejson/tests/test_encode_for_html.py::TestEncodeForHTML::test_basic_roundtrip PASSED
60 simplejson/tests/test_encode_for_html.py::TestEncodeForHTML::test_non_ascii_basic_encode PASSED
61 simplejson/tests/test_encode_for_html.py::TestEncodeForHTML::test_prevent_script_breakout PASSED
62 simplejson/tests/test_errors.py::TestErrors::test_decode_error PASSED
63 simplejson/tests/test_errors.py::TestErrors::test_error_is_pickable PASSED
64 simplejson/tests/test_errors.py::TestErrors::test_not_serializable PASSED
65 simplejson/tests/test_errors.py::TestErrors::test_scan_error PASSED
66 simplejson/tests/test_errors.py::TestErrors::test_string_keys_error PASSED
67 simplejson/tests/test_fail.py::TestFail::test_array_decoder_issue46 PASSED
68 simplejson/tests/test_fail.py::TestFail::test_failures PASSED
69 simplejson/tests/test_fail.py::TestFail::test_truncated_input PASSED
70 simplejson/tests/test_float.py::TestFloat::test_degenerates_allow PASSED
71 simplejson/tests/test_float.py::TestFloat::test_degenerates_deny PASSED
72 simplejson/tests/test_float.py::TestFloat::test_degenerates_ignore PASSED
73 simplejson/tests/test_float.py::TestFloat::test_floats PASSED
74 simplejson/tests/test_float.py::TestFloat::test_ints PASSED
75 simplejson/tests/test_for_json.py::TestForJson::test_for_json_encodes_dict_subclass PASSED
76 simplejson/tests/test_for_json.py::TestForJson::test_for_json_encodes_list PASSED
77 simplejson/tests/test_for_json.py::TestForJson::test_for_json_encodes_list_subclass PASSED
78 simplejson/tests/test_for_json.py::TestForJson::test_for_json_encodes_list_within_object PASSED
79 simplejson/tests/test_for_json.py::TestForJson::test_for_json_encodes_object_nested_in_dict PASSED
80 simplejson/tests/test_for_json.py::TestForJson::test_for_json_encodes_object_nested_in_list_within_dict PASSED
81 simplejson/tests/test_for_json.py::TestForJson::test_for_json_encodes_object_nested_within_object PASSED
82 simplejson/tests/test_for_json.py::TestForJson::test_for_json_encodes_stand_alone_object PASSED
83 simplejson/tests/test_for_json.py::TestForJson::test_for_json_ignored_if_not_true_with_dict_subclass PASSED
84 simplejson/tests/test_for_json.py::TestForJson::test_for_json_ignored_if_not_true_with_list_subclass PASSED
85 simplejson/tests/test_for_json.py::TestForJson::test_raises_typeerror_if_for_json_not_true_with_object PASSED
86 simplejson/tests/test_indent.py::TestIndent::test_indent PASSED
87 simplejson/tests/test_indent.py::TestIndent::test_indent0 PASSED
88 simplejson/tests/test_indent.py::TestIndent::test_separators PASSED
89 simplejson/tests/test_item_sort_key.py::TestItemSortKey::test_case PASSED
90 simplejson/tests/test_item_sort_key.py::TestItemSortKey::test_item_sort_key_value PASSED
91 simplejson/tests/test_item_sort_key.py::TestItemSortKey::test_simple_first PASSED
92 simplejson/tests/test_iterable.py::TestIterable::test_iterable PASSED
93 simplejson/tests/test_namedtuple.py::TestNamedTuple::test_asdict_does_not_return_dict PASSED
94 simplejson/tests/test_namedtuple.py::TestNamedTuple::test_asdict_not_callable_dump PASSED
95 simplejson/tests/test_namedtuple.py::TestNamedTuple::test_asdict_not_callable_dumps PASSED
96 simplejson/tests/test_namedtuple.py::TestNamedTuple::test_asdict_unbound_method_dumps PASSED
97 simplejson/tests/test_namedtuple.py::TestNamedTuple::test_namedtuple_dump PASSED
98 simplejson/tests/test_namedtuple.py::TestNamedTuple::test_namedtuple_dump_false PASSED
99 simplejson/tests/test_namedtuple.py::TestNamedTuple::test_namedtuple_dumps PASSED
100 simplejson/tests/test_namedtuple.py::TestNamedTuple::test_namedtuple_dumps_false PASSED
101 simplejson/tests/test_pass1.py::TestPass1::test_parse PASSED
102 simplejson/tests/test_pass2.py::TestPass2::test_parse PASSED
103 simplejson/tests/test_pass3.py::TestPass3::test_parse PASSED
104 simplejson/tests/test_raw_json.py::TestRawJson::test_direct PASSED
105 simplejson/tests/test_raw_json.py::TestRawJson::test_list PASSED
106 simplejson/tests/test_raw_json.py::TestRawJson::test_normal_str PASSED
107 simplejson/tests/test_raw_json.py::TestRawJson::test_raw_json_str PASSED
108 simplejson/tests/test_recursion.py::TestRecursion::test_defaultrecursion PASSED
109 simplejson/tests/test_recursion.py::TestRecursion::test_dictrecursion PASSED
110 simplejson/tests/test_recursion.py::TestRecursion::test_listrecursion PASSED
111 simplejson/tests/test_scanstring.py::TestScanString::test_c_scanstring PASSED
112 simplejson/tests/test_scanstring.py::TestScanString::test_issue3623 PASSED
113 simplejson/tests/test_scanstring.py::TestScanString::test_overflow PASSED
114 simplejson/tests/test_scanstring.py::TestScanString::test_py_scanstring PASSED
115 simplejson/tests/test_scanstring.py::TestScanString::test_surrogates PASSED
116 simplejson/tests/test_separators.py::TestSeparators::test_separators PASSED
117 simplejson/tests/test_speedups.py::TestDecode::test_bad_bool_args SKIPPED
118 simplejson/tests/test_speedups.py::TestDecode::test_make_scanner SKIPPED
119 simplejson/tests/test_speedups.py::TestEncode::test_bad_bool_args SKIPPED
120 simplejson/tests/test_speedups.py::TestEncode::test_bad_encoding SKIPPED
121 simplejson/tests/test_speedups.py::TestEncode::test_bad_str_encoder SKIPPED
122 simplejson/tests/test_speedups.py::TestEncode::test_int_as_string_bitcount_overflow SKIPPED
123 simplejson/tests/test_speedups.py::TestEncode::test_make_encoder SKIPPED
124 simplejson/tests/test_str_subclass.py::TestStrSubclass::test_dump_load PASSED
125 simplejson/tests/test_subclass.py::TestSubclass::test_float PASSED
126 simplejson/tests/test_subclass.py::TestSubclass::test_int PASSED
127 simplejson/tests/test_tool.py::TestTool::test_infile_outfile PASSED
128 simplejson/tests/test_tool.py::TestTool::test_infile_stdout PASSED
129 simplejson/tests/test_tool.py::TestTool::test_stdin_stdout PASSED
130 simplejson/tests/test_tuple.py::TestTuples::test_tuple_array_dump PASSED
131 simplejson/tests/test_tuple.py::TestTuples::test_tuple_array_dumps PASSED
132 simplejson/tests/test_unicode.py::TestUnicode::test_big_unicode_decode PASSED
133 simplejson/tests/test_unicode.py::TestUnicode::test_big_unicode_encode PASSED
134 simplejson/tests/test_unicode.py::TestUnicode::test_default_encoding PASSED
135 simplejson/tests/test_unicode.py::TestUnicode::test_encoding1 PASSED
136 simplejson/tests/test_unicode.py::TestUnicode::test_encoding2 PASSED
137 simplejson/tests/test_unicode.py::TestUnicode::test_encoding3 PASSED
138 simplejson/tests/test_unicode.py::TestUnicode::test_encoding4 PASSED
139 simplejson/tests/test_unicode.py::TestUnicode::test_encoding5 PASSED
140 simplejson/tests/test_unicode.py::TestUnicode::test_encoding6 PASSED
141 simplejson/tests/test_unicode.py::TestUnicode::test_ensure_ascii_false_bytestring_encoding PASSED
142 simplejson/tests/test_unicode.py::TestUnicode::test_ensure_ascii_false_returns_unicode PASSED
143 simplejson/tests/test_unicode.py::TestUnicode::test_ensure_ascii_linebreak_encoding PASSED
144 simplejson/tests/test_unicode.py::TestUnicode::test_ensure_ascii_still_works PASSED
145 simplejson/tests/test_unicode.py::TestUnicode::test_invalid_escape_sequences PASSED
146 simplejson/tests/test_unicode.py::TestUnicode::test_object_pairs_hook_with_unicode PASSED
147 simplejson/tests/test_unicode.py::TestUnicode::test_strip_bom PASSED
148 simplejson/tests/test_unicode.py::TestUnicode::test_unicode_decode PASSED
149 simplejson/tests/test_unicode.py::TestUnicode::test_unicode_preservation PASSED
151 ======== 136 passed, 7 skipped ========