perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / serpent / test / results-all.master
blobb8bc3bc52d104f235da2840396601222515f9870
1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
5 rootdir: $(@D)
6 asyncio: mode=strict
7 collecting ... collected 82 items
9 ::project PASSED
10 tests/test_serpent.py::DataclassesTests::testAttr PASSED
11 tests/test_serpent.py::TestBasics::test_array PASSED
12 tests/test_serpent.py::TestBasics::test_bool PASSED
13 tests/test_serpent.py::TestBasics::test_bytes_default PASSED
14 tests/test_serpent.py::TestBasics::test_bytes_repr PASSED
15 tests/test_serpent.py::TestBasics::test_class2 PASSED
16 tests/test_serpent.py::TestBasics::test_class_getstate PASSED
17 tests/test_serpent.py::TestBasics::test_class_hashable_key_check PASSED
18 tests/test_serpent.py::TestBasics::test_class_hashable_set_element_check PASSED
19 tests/test_serpent.py::TestBasics::test_class_pprinter PASSED
20 tests/test_serpent.py::TestBasics::test_class_regular PASSED
21 tests/test_serpent.py::TestBasics::test_class_slots PASSED
22 tests/test_serpent.py::TestBasics::test_comments PASSED
23 tests/test_serpent.py::TestBasics::test_detectNullByte PASSED
24 tests/test_serpent.py::TestBasics::test_dict PASSED
25 tests/test_serpent.py::TestBasics::test_dict_iters PASSED
26 tests/test_serpent.py::TestBasics::test_dict_str PASSED
27 tests/test_serpent.py::TestBasics::test_enum_hashable PASSED
28 tests/test_serpent.py::TestBasics::test_enums PASSED
29 tests/test_serpent.py::TestBasics::test_exception PASSED
30 tests/test_serpent.py::TestBasics::test_exception2 PASSED
31 tests/test_serpent.py::TestBasics::test_float_precision PASSED
32 tests/test_serpent.py::TestBasics::test_header PASSED
33 tests/test_serpent.py::TestBasics::test_list PASSED
34 tests/test_serpent.py::TestBasics::test_none PASSED
35 tests/test_serpent.py::TestBasics::test_nullbytesstr PASSED
36 tests/test_serpent.py::TestBasics::test_nullbytesstring PASSED
37 tests/test_serpent.py::TestBasics::test_numbers PASSED
38 tests/test_serpent.py::TestBasics::test_pickle_api PASSED
39 tests/test_serpent.py::TestBasics::test_py2_py3_unicode_repr PASSED
40 tests/test_serpent.py::TestBasics::test_set PASSED
41 tests/test_serpent.py::TestBasics::test_sorting PASSED
42 tests/test_serpent.py::TestBasics::test_string PASSED
43 tests/test_serpent.py::TestBasics::test_string_with_escapes PASSED
44 tests/test_serpent.py::TestBasics::test_time PASSED
45 tests/test_serpent.py::TestBasics::test_timezone PASSED
46 tests/test_serpent.py::TestBasics::test_tobytes PASSED
47 tests/test_serpent.py::TestBasics::test_tuple PASSED
48 tests/test_serpent.py::TestBasics::test_unicode_U PASSED
49 tests/test_serpent.py::TestBasics::test_unicode_escape_allchars PASSED
50 tests/test_serpent.py::TestBasics::test_unicode_quotes PASSED
51 tests/test_serpent.py::TestBasics::test_unicode_with_escapes_py3 PASSED
52 tests/test_serpent.py::TestBasics::test_utf8_correctness PASSED
53 tests/test_serpent.py::TestBasics::test_weird_floats PASSED
54 tests/test_serpent.py::TestCollections::testChainMap PASSED
55 tests/test_serpent.py::TestCollections::testCounter PASSED
56 tests/test_serpent.py::TestCollections::testDefaultDict PASSED
57 tests/test_serpent.py::TestCollections::testDeque PASSED
58 tests/test_serpent.py::TestCollections::testNamedTuple PASSED
59 tests/test_serpent.py::TestCollections::testOrderedDict PASSED
60 tests/test_serpent.py::TestCollections::testUserDict PASSED
61 tests/test_serpent.py::TestCollections::testUserList PASSED
62 tests/test_serpent.py::TestCollections::testUserString PASSED
63 tests/test_serpent.py::TestCustomClasses::testCustomClass PASSED
64 tests/test_serpent.py::TestCustomClasses::testRegisterOrderPreserving PASSED
65 tests/test_serpent.py::TestCustomClasses::testSubclass PASSED
66 tests/test_serpent.py::TestCustomClasses::testUUID PASSED
67 tests/test_serpent.py::TestCyclic::testClassCycle PASSED
68 tests/test_serpent.py::TestCyclic::testDictCycle PASSED
69 tests/test_serpent.py::TestCyclic::testDictOk PASSED
70 tests/test_serpent.py::TestCyclic::testListCycle PASSED
71 tests/test_serpent.py::TestCyclic::testListOk PASSED
72 tests/test_serpent.py::TestCyclic::testMaxLevel PASSED
73 tests/test_serpent.py::TestCyclic::testTupleOk PASSED
74 tests/test_serpent.py::TestDeserialize::test_deserialize PASSED
75 tests/test_serpent.py::TestDeserialize::test_deserialize_chr PASSED
76 tests/test_serpent.py::TestDeserialize::test_input_types PASSED
77 tests/test_serpent.py::TestDeserialize::test_trailing_comma_set PASSED
78 tests/test_serpent.py::TestDeserialize::test_trailing_commas PASSED
79 tests/test_serpent.py::TestDeserialize::test_unicode_escapes PASSED
80 tests/test_serpent.py::TestDeserialize::test_weird_complex PASSED
81 tests/test_serpent.py::TestFiledump::testFile PASSED
82 tests/test_serpent.py::TestIndent::test_indent_containers PASSED
83 tests/test_serpent.py::TestIndent::test_indent_primitive PASSED
84 tests/test_serpent.py::TestIndent::test_indent_sorting PASSED
85 tests/test_serpent.py::TestInterceptClass::testIntercept PASSED
86 tests/test_serpent.py::TestInterceptClass::testRegular PASSED
87 tests/test_serpent.py::TestPyro4::testException PASSED
88 tests/test_serpent.py::TestSpeed::test_deser_speed SKIPPED (no perfo...)
89 tests/test_serpent.py::TestSpeed::test_ser_speed SKIPPED (no perform...)
91 ======== 79 passed, 2 skipped ========