============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
rootdir: $(@D)
collecting ... collected 143 items

simplejson/tests/test_bigint_as_string.py::TestBigintAsString::test_dict_keys PASSED
simplejson/tests/test_bigint_as_string.py::TestBigintAsString::test_dicts PASSED
simplejson/tests/test_bigint_as_string.py::TestBigintAsString::test_ints PASSED
simplejson/tests/test_bigint_as_string.py::TestBigintAsString::test_lists PASSED
simplejson/tests/test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_dict_keys PASSED
simplejson/tests/test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_dicts PASSED
simplejson/tests/test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_ints PASSED
simplejson/tests/test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_ints_outside_range_fails PASSED
simplejson/tests/test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_invalid_counts PASSED
simplejson/tests/test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_lists PASSED
simplejson/tests/test_check_circular.py::TestCheckCircular::test_circular_composite PASSED
simplejson/tests/test_check_circular.py::TestCheckCircular::test_circular_default PASSED
simplejson/tests/test_check_circular.py::TestCheckCircular::test_circular_dict PASSED
simplejson/tests/test_check_circular.py::TestCheckCircular::test_circular_list PASSED
simplejson/tests/test_check_circular.py::TestCheckCircular::test_circular_off_default PASSED
simplejson/tests/test_decimal.py::TestDecimal::test_decimal_decode PASSED
simplejson/tests/test_decimal.py::TestDecimal::test_decimal_defaults PASSED
simplejson/tests/test_decimal.py::TestDecimal::test_decimal_encode PASSED
simplejson/tests/test_decimal.py::TestDecimal::test_decimal_reload PASSED
simplejson/tests/test_decimal.py::TestDecimal::test_decimal_roundtrip PASSED
simplejson/tests/test_decimal.py::TestDecimal::test_stringify_key PASSED
simplejson/tests/test_decode.py::TestDecode::test_bounded_int PASSED
simplejson/tests/test_decode.py::TestDecode::test_bounds_checking PASSED
simplejson/tests/test_decode.py::TestDecode::test_bytes_decode PASSED
simplejson/tests/test_decode.py::TestDecode::test_decimal PASSED
simplejson/tests/test_decode.py::TestDecode::test_decoder_optimizations PASSED
simplejson/tests/test_decode.py::TestDecode::test_empty_objects PASSED
simplejson/tests/test_decode.py::TestDecode::test_empty_strings PASSED
simplejson/tests/test_decode.py::TestDecode::test_float PASSED
simplejson/tests/test_decode.py::TestDecode::test_keys_reuse_str PASSED
simplejson/tests/test_decode.py::TestDecode::test_keys_reuse_unicode PASSED
simplejson/tests/test_decode.py::TestDecode::test_object_pairs_hook PASSED
simplejson/tests/test_decode.py::TestDecode::test_raw_decode PASSED
simplejson/tests/test_default.py::TestDefault::test_default PASSED
simplejson/tests/test_dump.py::TestDump::test_accumulator PASSED
simplejson/tests/test_dump.py::TestDump::test_bytes_key PASSED
simplejson/tests/test_dump.py::TestDump::test_bytes_nested PASSED
simplejson/tests/test_dump.py::TestDump::test_bytes_toplevel PASSED
simplejson/tests/test_dump.py::TestDump::test_constants PASSED
simplejson/tests/test_dump.py::TestDump::test_dump PASSED
simplejson/tests/test_dump.py::TestDump::test_dumps PASSED
simplejson/tests/test_dump.py::TestDump::test_encode_truefalse PASSED
simplejson/tests/test_dump.py::TestDump::test_indent_unknown_type_acceptance PASSED
simplejson/tests/test_dump.py::TestDump::test_misbehaving_bytes_subtype PASSED
simplejson/tests/test_dump.py::TestDump::test_misbehaving_text_subtype PASSED
simplejson/tests/test_dump.py::TestDump::test_ordered_dict PASSED
simplejson/tests/test_dump.py::TestDump::test_sort_keys PASSED
simplejson/tests/test_dump.py::TestDump::test_stringify_key PASSED
simplejson/tests/test_encode_basestring_ascii.py::TestEncodeBaseStringAscii::test_c_encode_basestring_ascii PASSED
simplejson/tests/test_encode_basestring_ascii.py::TestEncodeBaseStringAscii::test_py_encode_basestring_ascii PASSED
simplejson/tests/test_encode_basestring_ascii.py::TestEncodeBaseStringAscii::test_sorted_dict PASSED
simplejson/tests/test_encode_for_html.py::TestEncodeForHTML::test_basic_encode PASSED
simplejson/tests/test_encode_for_html.py::TestEncodeForHTML::test_basic_roundtrip PASSED
simplejson/tests/test_encode_for_html.py::TestEncodeForHTML::test_non_ascii_basic_encode PASSED
simplejson/tests/test_encode_for_html.py::TestEncodeForHTML::test_prevent_script_breakout PASSED
simplejson/tests/test_errors.py::TestErrors::test_decode_error PASSED
simplejson/tests/test_errors.py::TestErrors::test_error_is_pickable PASSED
simplejson/tests/test_errors.py::TestErrors::test_not_serializable PASSED
simplejson/tests/test_errors.py::TestErrors::test_scan_error PASSED
simplejson/tests/test_errors.py::TestErrors::test_string_keys_error PASSED
simplejson/tests/test_fail.py::TestFail::test_array_decoder_issue46 PASSED
simplejson/tests/test_fail.py::TestFail::test_failures PASSED
simplejson/tests/test_fail.py::TestFail::test_truncated_input PASSED
simplejson/tests/test_float.py::TestFloat::test_degenerates_allow PASSED
simplejson/tests/test_float.py::TestFloat::test_degenerates_deny PASSED
simplejson/tests/test_float.py::TestFloat::test_degenerates_ignore PASSED
simplejson/tests/test_float.py::TestFloat::test_floats PASSED
simplejson/tests/test_float.py::TestFloat::test_ints PASSED
simplejson/tests/test_for_json.py::TestForJson::test_for_json_encodes_dict_subclass PASSED
simplejson/tests/test_for_json.py::TestForJson::test_for_json_encodes_list PASSED
simplejson/tests/test_for_json.py::TestForJson::test_for_json_encodes_list_subclass PASSED
simplejson/tests/test_for_json.py::TestForJson::test_for_json_encodes_list_within_object PASSED
simplejson/tests/test_for_json.py::TestForJson::test_for_json_encodes_object_nested_in_dict PASSED
simplejson/tests/test_for_json.py::TestForJson::test_for_json_encodes_object_nested_in_list_within_dict PASSED
simplejson/tests/test_for_json.py::TestForJson::test_for_json_encodes_object_nested_within_object PASSED
simplejson/tests/test_for_json.py::TestForJson::test_for_json_encodes_stand_alone_object PASSED
simplejson/tests/test_for_json.py::TestForJson::test_for_json_ignored_if_not_true_with_dict_subclass PASSED
simplejson/tests/test_for_json.py::TestForJson::test_for_json_ignored_if_not_true_with_list_subclass PASSED
simplejson/tests/test_for_json.py::TestForJson::test_raises_typeerror_if_for_json_not_true_with_object PASSED
simplejson/tests/test_indent.py::TestIndent::test_indent PASSED
simplejson/tests/test_indent.py::TestIndent::test_indent0 PASSED
simplejson/tests/test_indent.py::TestIndent::test_separators PASSED
simplejson/tests/test_item_sort_key.py::TestItemSortKey::test_case PASSED
simplejson/tests/test_item_sort_key.py::TestItemSortKey::test_item_sort_key_value PASSED
simplejson/tests/test_item_sort_key.py::TestItemSortKey::test_simple_first PASSED
simplejson/tests/test_iterable.py::TestIterable::test_iterable PASSED
simplejson/tests/test_namedtuple.py::TestNamedTuple::test_asdict_does_not_return_dict PASSED
simplejson/tests/test_namedtuple.py::TestNamedTuple::test_asdict_not_callable_dump PASSED
simplejson/tests/test_namedtuple.py::TestNamedTuple::test_asdict_not_callable_dumps PASSED
simplejson/tests/test_namedtuple.py::TestNamedTuple::test_asdict_unbound_method_dumps PASSED
simplejson/tests/test_namedtuple.py::TestNamedTuple::test_namedtuple_dump PASSED
simplejson/tests/test_namedtuple.py::TestNamedTuple::test_namedtuple_dump_false PASSED
simplejson/tests/test_namedtuple.py::TestNamedTuple::test_namedtuple_dumps PASSED
simplejson/tests/test_namedtuple.py::TestNamedTuple::test_namedtuple_dumps_false PASSED
simplejson/tests/test_pass1.py::TestPass1::test_parse PASSED
simplejson/tests/test_pass2.py::TestPass2::test_parse PASSED
simplejson/tests/test_pass3.py::TestPass3::test_parse PASSED
simplejson/tests/test_raw_json.py::TestRawJson::test_direct PASSED
simplejson/tests/test_raw_json.py::TestRawJson::test_list PASSED
simplejson/tests/test_raw_json.py::TestRawJson::test_normal_str PASSED
simplejson/tests/test_raw_json.py::TestRawJson::test_raw_json_str PASSED
simplejson/tests/test_recursion.py::TestRecursion::test_defaultrecursion PASSED
simplejson/tests/test_recursion.py::TestRecursion::test_dictrecursion PASSED
simplejson/tests/test_recursion.py::TestRecursion::test_listrecursion PASSED
simplejson/tests/test_scanstring.py::TestScanString::test_c_scanstring PASSED
simplejson/tests/test_scanstring.py::TestScanString::test_issue3623 PASSED
simplejson/tests/test_scanstring.py::TestScanString::test_overflow PASSED
simplejson/tests/test_scanstring.py::TestScanString::test_py_scanstring PASSED
simplejson/tests/test_scanstring.py::TestScanString::test_surrogates PASSED
simplejson/tests/test_separators.py::TestSeparators::test_separators PASSED
simplejson/tests/test_speedups.py::TestDecode::test_bad_bool_args SKIPPED
simplejson/tests/test_speedups.py::TestDecode::test_make_scanner SKIPPED
simplejson/tests/test_speedups.py::TestEncode::test_bad_bool_args SKIPPED
simplejson/tests/test_speedups.py::TestEncode::test_bad_encoding SKIPPED
simplejson/tests/test_speedups.py::TestEncode::test_bad_str_encoder SKIPPED
simplejson/tests/test_speedups.py::TestEncode::test_int_as_string_bitcount_overflow SKIPPED
simplejson/tests/test_speedups.py::TestEncode::test_make_encoder SKIPPED
simplejson/tests/test_str_subclass.py::TestStrSubclass::test_dump_load PASSED
simplejson/tests/test_subclass.py::TestSubclass::test_float PASSED
simplejson/tests/test_subclass.py::TestSubclass::test_int PASSED
simplejson/tests/test_tool.py::TestTool::test_infile_outfile PASSED
simplejson/tests/test_tool.py::TestTool::test_infile_stdout PASSED
simplejson/tests/test_tool.py::TestTool::test_stdin_stdout PASSED
simplejson/tests/test_tuple.py::TestTuples::test_tuple_array_dump PASSED
simplejson/tests/test_tuple.py::TestTuples::test_tuple_array_dumps PASSED
simplejson/tests/test_unicode.py::TestUnicode::test_big_unicode_decode PASSED
simplejson/tests/test_unicode.py::TestUnicode::test_big_unicode_encode PASSED
simplejson/tests/test_unicode.py::TestUnicode::test_default_encoding PASSED
simplejson/tests/test_unicode.py::TestUnicode::test_encoding1 PASSED
simplejson/tests/test_unicode.py::TestUnicode::test_encoding2 PASSED
simplejson/tests/test_unicode.py::TestUnicode::test_encoding3 PASSED
simplejson/tests/test_unicode.py::TestUnicode::test_encoding4 PASSED
simplejson/tests/test_unicode.py::TestUnicode::test_encoding5 PASSED
simplejson/tests/test_unicode.py::TestUnicode::test_encoding6 PASSED
simplejson/tests/test_unicode.py::TestUnicode::test_ensure_ascii_false_bytestring_encoding PASSED
simplejson/tests/test_unicode.py::TestUnicode::test_ensure_ascii_false_returns_unicode PASSED
simplejson/tests/test_unicode.py::TestUnicode::test_ensure_ascii_linebreak_encoding PASSED
simplejson/tests/test_unicode.py::TestUnicode::test_ensure_ascii_still_works PASSED
simplejson/tests/test_unicode.py::TestUnicode::test_invalid_escape_sequences PASSED
simplejson/tests/test_unicode.py::TestUnicode::test_object_pairs_hook_with_unicode PASSED
simplejson/tests/test_unicode.py::TestUnicode::test_strip_bom PASSED
simplejson/tests/test_unicode.py::TestUnicode::test_unicode_decode PASSED
simplejson/tests/test_unicode.py::TestUnicode::test_unicode_preservation PASSED

======== 136 passed, 7 skipped ========