============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
rootdir: $(@D)
asyncio: mode=strict
collecting ... collected 82 items

::project PASSED
tests/test_serpent.py::DataclassesTests::testAttr PASSED
tests/test_serpent.py::TestBasics::test_array PASSED
tests/test_serpent.py::TestBasics::test_bool PASSED
tests/test_serpent.py::TestBasics::test_bytes_default PASSED
tests/test_serpent.py::TestBasics::test_bytes_repr PASSED
tests/test_serpent.py::TestBasics::test_class2 PASSED
tests/test_serpent.py::TestBasics::test_class_getstate PASSED
tests/test_serpent.py::TestBasics::test_class_hashable_key_check PASSED
tests/test_serpent.py::TestBasics::test_class_hashable_set_element_check PASSED
tests/test_serpent.py::TestBasics::test_class_pprinter PASSED
tests/test_serpent.py::TestBasics::test_class_regular PASSED
tests/test_serpent.py::TestBasics::test_class_slots PASSED
tests/test_serpent.py::TestBasics::test_comments PASSED
tests/test_serpent.py::TestBasics::test_detectNullByte PASSED
tests/test_serpent.py::TestBasics::test_dict PASSED
tests/test_serpent.py::TestBasics::test_dict_iters PASSED
tests/test_serpent.py::TestBasics::test_dict_str PASSED
tests/test_serpent.py::TestBasics::test_enum_hashable PASSED
tests/test_serpent.py::TestBasics::test_enums PASSED
tests/test_serpent.py::TestBasics::test_exception PASSED
tests/test_serpent.py::TestBasics::test_exception2 PASSED
tests/test_serpent.py::TestBasics::test_float_precision PASSED
tests/test_serpent.py::TestBasics::test_header PASSED
tests/test_serpent.py::TestBasics::test_list PASSED
tests/test_serpent.py::TestBasics::test_none PASSED
tests/test_serpent.py::TestBasics::test_nullbytesstr PASSED
tests/test_serpent.py::TestBasics::test_nullbytesstring PASSED
tests/test_serpent.py::TestBasics::test_numbers PASSED
tests/test_serpent.py::TestBasics::test_pickle_api PASSED
tests/test_serpent.py::TestBasics::test_py2_py3_unicode_repr PASSED
tests/test_serpent.py::TestBasics::test_set PASSED
tests/test_serpent.py::TestBasics::test_sorting PASSED
tests/test_serpent.py::TestBasics::test_string PASSED
tests/test_serpent.py::TestBasics::test_string_with_escapes PASSED
tests/test_serpent.py::TestBasics::test_time PASSED
tests/test_serpent.py::TestBasics::test_timezone PASSED
tests/test_serpent.py::TestBasics::test_tobytes PASSED
tests/test_serpent.py::TestBasics::test_tuple PASSED
tests/test_serpent.py::TestBasics::test_unicode_U PASSED
tests/test_serpent.py::TestBasics::test_unicode_escape_allchars PASSED
tests/test_serpent.py::TestBasics::test_unicode_quotes PASSED
tests/test_serpent.py::TestBasics::test_unicode_with_escapes_py3 PASSED
tests/test_serpent.py::TestBasics::test_utf8_correctness PASSED
tests/test_serpent.py::TestBasics::test_weird_floats PASSED
tests/test_serpent.py::TestCollections::testChainMap PASSED
tests/test_serpent.py::TestCollections::testCounter PASSED
tests/test_serpent.py::TestCollections::testDefaultDict PASSED
tests/test_serpent.py::TestCollections::testDeque PASSED
tests/test_serpent.py::TestCollections::testNamedTuple PASSED
tests/test_serpent.py::TestCollections::testOrderedDict PASSED
tests/test_serpent.py::TestCollections::testUserDict PASSED
tests/test_serpent.py::TestCollections::testUserList PASSED
tests/test_serpent.py::TestCollections::testUserString PASSED
tests/test_serpent.py::TestCustomClasses::testCustomClass PASSED
tests/test_serpent.py::TestCustomClasses::testRegisterOrderPreserving PASSED
tests/test_serpent.py::TestCustomClasses::testSubclass PASSED
tests/test_serpent.py::TestCustomClasses::testUUID PASSED
tests/test_serpent.py::TestCyclic::testClassCycle PASSED
tests/test_serpent.py::TestCyclic::testDictCycle PASSED
tests/test_serpent.py::TestCyclic::testDictOk PASSED
tests/test_serpent.py::TestCyclic::testListCycle PASSED
tests/test_serpent.py::TestCyclic::testListOk PASSED
tests/test_serpent.py::TestCyclic::testMaxLevel PASSED
tests/test_serpent.py::TestCyclic::testTupleOk PASSED
tests/test_serpent.py::TestDeserialize::test_deserialize PASSED
tests/test_serpent.py::TestDeserialize::test_deserialize_chr PASSED
tests/test_serpent.py::TestDeserialize::test_input_types PASSED
tests/test_serpent.py::TestDeserialize::test_trailing_comma_set PASSED
tests/test_serpent.py::TestDeserialize::test_trailing_commas PASSED
tests/test_serpent.py::TestDeserialize::test_unicode_escapes PASSED
tests/test_serpent.py::TestDeserialize::test_weird_complex PASSED
tests/test_serpent.py::TestFiledump::testFile PASSED
tests/test_serpent.py::TestIndent::test_indent_containers PASSED
tests/test_serpent.py::TestIndent::test_indent_primitive PASSED
tests/test_serpent.py::TestIndent::test_indent_sorting PASSED
tests/test_serpent.py::TestInterceptClass::testIntercept PASSED
tests/test_serpent.py::TestInterceptClass::testRegular PASSED
tests/test_serpent.py::TestPyro4::testException PASSED
tests/test_serpent.py::TestSpeed::test_deser_speed SKIPPED (no perfo...)
tests/test_serpent.py::TestSpeed::test_ser_speed SKIPPED (no perform...)

======== 79 passed, 2 skipped ========