python/pyproject_installer: update to 0.5.5
[oi-userland.git] / components / python / jsonrpclib-pelix / test / results-all.master
blob4d7579377791455a6c7706a9e8b3222c83269598
1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 rootdir: $(@D)
5 configfile: pyproject.toml
6 collecting ... collected 68 items
8 tests/test_cgi.py::CGIHandlerTests::test_server PASSED
9 tests/test_compatibility.py::TestCompatibility::test_batch PASSED
10 tests/test_compatibility.py::TestCompatibility::test_batch_invalid_json PASSED
11 tests/test_compatibility.py::TestCompatibility::test_batch_notifications PASSED
12 tests/test_compatibility.py::TestCompatibility::test_empty_array PASSED
13 tests/test_compatibility.py::TestCompatibility::test_invalid_json PASSED
14 tests/test_compatibility.py::TestCompatibility::test_invalid_request PASSED
15 tests/test_compatibility.py::TestCompatibility::test_named PASSED
16 tests/test_compatibility.py::TestCompatibility::test_non_existent_method PASSED
17 tests/test_compatibility.py::TestCompatibility::test_nonempty_array PASSED
18 tests/test_compatibility.py::TestCompatibility::test_notification PASSED
19 tests/test_compatibility.py::TestCompatibility::test_positional PASSED
20 tests/test_compatibility.py::TestCompatibility::test_special_method PASSED
21 tests/test_compatibility.py::TestCompatibility::test_url_query_string PASSED
22 tests/test_config.py::ConfigTests::test_copy PASSED
23 tests/test_headers.py::HeadersTests::test_should_add_additional_headers PASSED
24 tests/test_headers.py::HeadersTests::test_should_add_additional_headers_to_notifications PASSED
25 tests/test_headers.py::HeadersTests::test_should_add_custom_headers_to_methods PASSED
26 tests/test_headers.py::HeadersTests::test_should_allow_to_nest_additional_header_blocks PASSED
27 tests/test_headers.py::HeadersTests::test_should_convert_header_values_to_basestring PASSED
28 tests/test_headers.py::HeadersTests::test_should_extract_headers PASSED
29 tests/test_headers.py::HeadersTests::test_should_not_override_content_length PASSED
30 tests/test_headers.py::HeadersTests::test_should_override_global_headers PASSED
31 tests/test_headers.py::HeadersTests::test_should_override_headers PASSED
32 tests/test_headers.py::HeadersTests::test_should_restore_global_headers PASSED
33 tests/test_history.py::HistoryTests::test_basic PASSED
34 tests/test_history.py::HistoryTests::test_clear PASSED
35 tests/test_internal.py::InternalTests::test_connect PASSED
36 tests/test_internal.py::InternalTests::test_exception PASSED
37 tests/test_internal.py::InternalTests::test_multicall_failure PASSED
38 tests/test_internal.py::InternalTests::test_multicall_success PASSED
39 tests/test_internal.py::InternalTests::test_multicall_success_2 PASSED
40 tests/test_internal.py::InternalTests::test_single_args PASSED
41 tests/test_internal.py::InternalTests::test_single_kwargs PASSED
42 tests/test_internal.py::InternalTests::test_single_kwargs_and_args PASSED
43 tests/test_internal.py::InternalTests::test_single_namespace PASSED
44 tests/test_internal.py::InternalTests::test_single_notify PASSED
45 tests/test_internal.py::InternalTests::test_tranport_error PASSED
46 tests/test_jsonclass.py::SerializationTests::test_config_custom PASSED
47 tests/test_jsonclass.py::SerializationTests::test_decimal PASSED
48 tests/test_jsonclass.py::SerializationTests::test_dictionary PASSED
49 tests/test_jsonclass.py::SerializationTests::test_enum PASSED
50 tests/test_jsonclass.py::SerializationTests::test_iterable PASSED
51 tests/test_jsonclass.py::SerializationTests::test_object PASSED
52 tests/test_jsonclass.py::SerializationTests::test_primitive PASSED
53 tests/test_jsonlib.py::TestJsonLibLoading::test_best SKIPPED (No exp...)
54 tests/test_jsonlib.py::TestJsonLibLoading::test_cjson SKIPPED (cJson...)
55 tests/test_jsonlib.py::TestJsonLibLoading::test_simplejson SKIPPED (...)
56 tests/test_jsonlib.py::TestJsonLibLoading::test_stdlib SKIPPED (No e...)
57 tests/test_jsonlib.py::TestJsonLibLoading::test_ujson SKIPPED (uJson...)
58 tests/test_server.py::PooledServerTests::test_custom_pool PASSED
59 tests/test_server.py::PooledServerTests::test_default_pool PASSED
60 tests/test_server.py::PooledServerTests::test_sequencial PASSED
61 tests/test_threadpool.py::FutureTest::testBadCallback PASSED
62 tests/test_threadpool.py::FutureTest::testCallback PASSED
63 tests/test_threadpool.py::FutureTest::testCallbackException PASSED
64 tests/test_threadpool.py::FutureTest::testRaise PASSED
65 tests/test_threadpool.py::FutureTest::testSimple PASSED
66 tests/test_threadpool.py::FutureTest::testTimeout PASSED
67 tests/test_threadpool.py::ThreadPoolTest::testDoubleStartStop PASSED
68 tests/test_threadpool.py::ThreadPoolTest::testException PASSED
69 tests/test_threadpool.py::ThreadPoolTest::testInitParameters PASSED
70 tests/test_threadpool.py::ThreadPoolTest::testJoin PASSED
71 tests/test_threadpool.py::ThreadPoolTest::testMaxThread PASSED
72 tests/test_threadpool.py::ThreadPoolTest::testPreRestartEnqueue PASSED
73 tests/test_threadpool.py::ThreadPoolTest::testPreStartEnqueue PASSED
74 tests/test_unix.py::UnixSocketTests::test_full_path PASSED
75 tests/test_unix.py::UnixSocketTests::test_host_only PASSED
77 ======== 63 passed, 5 skipped ========