gst-libav1: update to 1.24.11
[oi-userland.git] / components / python / pytest-xprocess / test / results-all.master
blob9a0b09b4d95e947f1228db15f3dede4c8882f70a
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0] $(@D)/tests> python -m coverage run -m pytest -v
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
6 rootdir: $(@D)
7 configfile: tox.ini
8 collecting ... collected 51 items
10 test_callback.py::test_callback_success[s1] PASSED
11 test_callback.py::test_callback_success[s2] PASSED
12 test_callback.py::test_callback_success[s3] PASSED
13 test_callback.py::test_callback_fail[s1] PASSED
14 test_callback.py::test_callback_fail[s2] PASSED
15 test_callback.py::test_callback_fail[s3] PASSED
16 test_functional_workflow.py::test_functional_work_flow PASSED
17 test_interruption_clean_up.py::test_interruption_cleanup PASSED
18 test_interruption_clean_up.py::test_interruption_does_not_cleanup PASSED
19 test_process_initialization.py::test_servers_start[s1] PASSED
20 test_process_initialization.py::test_servers_start[s2] PASSED
21 test_process_initialization.py::test_servers_start[s3] PASSED
22 test_process_initialization.py::test_ensure_not_restart[s1] PASSED
23 test_process_initialization.py::test_ensure_not_restart[s2] PASSED
24 test_process_initialization.py::test_ensure_not_restart[s3] PASSED
25 test_process_initialization.py::test_startup_detection_max_read_lines[s1-started-21] PASSED
26 test_process_initialization.py::test_startup_detection_max_read_lines[s2-spam, bacon, eggs-30] PASSED
27 test_process_initialization.py::test_startup_detection_max_read_lines[s3-finally started-130] PASSED
28 test_process_initialization.py::test_runtime_error_on_start_fail[s1] PASSED
29 test_process_initialization.py::test_runtime_error_on_start_fail[s2] PASSED
30 test_process_initialization.py::test_runtime_error_on_start_fail[s3] PASSED
31 test_process_initialization.py::test_popen_kwargs[s1] PASSED
32 test_process_initialization.py::test_popen_kwargs[s2] PASSED
33 test_process_initialization.py::test_popen_kwargs[s3] PASSED
34 test_process_initialization.py::test_startup_without_pattern[s1] PASSED
35 test_process_initialization.py::test_startup_without_pattern[s2] PASSED
36 test_process_initialization.py::test_startup_without_pattern[s3] PASSED
37 test_process_initialization.py::test_startup_with_pattern_and_callback[s1-will not match-21] PASSED
38 test_process_initialization.py::test_startup_with_pattern_and_callback[s2-spam, bacon, eggs-30] PASSED
39 test_process_initialization.py::test_startup_with_pattern_and_callback[s3-finally started-130] PASSED
40 test_process_termination.py::test_clean_shutdown[s1] PASSED
41 test_process_termination.py::test_clean_shutdown[s2] PASSED
42 test_process_termination.py::test_clean_shutdown[s3] PASSED
43 test_process_termination.py::test_terminate_no_pid[s1] PASSED
44 test_process_termination.py::test_terminate_no_pid[s2] PASSED
45 test_process_termination.py::test_terminate_no_pid[s3] PASSED
46 test_process_termination.py::test_terminate_only_parent[s1] PASSED
47 test_process_termination.py::test_terminate_only_parent[s2] PASSED
48 test_process_termination.py::test_terminate_only_parent[s3] PASSED
49 test_process_termination.py::test_sigkill_after_failed_sigterm[s1] PASSED
50 test_process_termination.py::test_sigkill_after_failed_sigterm[s2] PASSED
51 test_process_termination.py::test_sigkill_after_failed_sigterm[s3] PASSED
52 test_process_termination.py::test_return_value_on_failure[s1] PASSED
53 test_process_termination.py::test_return_value_on_failure[s2] PASSED
54 test_process_termination.py::test_return_value_on_failure[s3] PASSED
55 test_resource_cleanup.py::test_0 PASSED
56 test_resource_cleanup.py::test_1 PASSED
57 test_resource_cleanup.py::test_2 PASSED
58 test_startup_timeout.py::test_timeout_raise_exception[s1] PASSED
59 test_startup_timeout.py::test_timeout_raise_exception[s2] PASSED
60 test_startup_timeout.py::test_timeout_raise_exception[s3] PASSED
62 ======== 51 passed ========
63 pytest-xprocess reminder::Be sure to terminate the started process by running 'pytest --xkill' if you have not explicitly done so in your fixture with 'xprocess.getinfo(<process_name>).terminate()'.
64 py$(PYV): commands[1] $(@D)/tests> python -m coverage report '--omit=*/.tox/*,*/test_functional_work_flow.py' --fail-under=90
65 Name                                                                                                                                                Stmts   Miss  Cover
66 -----------------------------------------------------------------------------------------------------------------------------------------------------------------------
67 $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/xprocess/__init__.py              5      0   100%
68 $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/xprocess/pytest_xprocess.py      67     12    82%
69 $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/xprocess/xprocess.py            226     19    92%
70 conftest.py                                                                                                                                            19      0   100%
71 test_callback.py                                                                                                                                       36      0   100%
72 test_functional_workflow.py                                                                                                                            10      0   100%
73 test_interruption_clean_up.py                                                                                                                          17      0   100%
74 test_process_initialization.py                                                                                                                        103      0   100%
75 test_process_termination.py                                                                                                                            65      2    97%
76 test_resource_cleanup.py                                                                                                                                6      0   100%
77 test_startup_timeout.py                                                                                                                                28      0   100%
78 -----------------------------------------------------------------------------------------------------------------------------------------------------------------------
79 TOTAL                                                                                                                                                 582     33    94%
80   py$(PYV): OK
81   congratulations :)