Marcel Telka
2024-03-05 c3e39664a83a6172be31048de572b1f8ad144520
commit | author | age
b6283e 1 ============================= test session starts ==============================
MT 2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 rootdir: $(@D)
5 configfile: pytest.ini
6 testpaths: tests/
7 collecting ... collected 82 items
8
9 tests/functional/shell/test_daemon.py::test_context_manager_returns_class_instance PASSED
10 tests/functional/shell/test_daemon.py::test_daemon_callbacks PASSED
11 tests/functional/shell/test_daemon.py::test_daemon_no_start_check_callbacks PASSED
12 tests/functional/shell/test_daemon.py::test_daemon_process_termination PASSED
13 tests/functional/shell/test_daemon.py::test_daemon_process_termination_parent_killed SKIPPED
14 tests/functional/shell/test_daemon.py::test_daemon_start_check_callbacks PASSED
15 tests/functional/shell/test_daemon.py::test_daemon_start_check_callbacks_factory_not_running PASSED
16 tests/functional/shell/test_daemon.py::test_exact_max_start_attempts[1] PASSED
17 tests/functional/shell/test_daemon.py::test_exact_max_start_attempts[2] PASSED
18 tests/functional/shell/test_daemon.py::test_exact_max_start_attempts[3] PASSED
19 tests/functional/shell/test_daemon.py::test_started_context_manager[0.1] PASSED
20 tests/functional/shell/test_daemon.py::test_started_context_manager[0.3] PASSED
21 tests/functional/shell/test_daemon.py::test_stopped_context_manager PASSED
22 tests/functional/shell/test_daemon.py::test_stopped_context_manager_raises_FactoryNotRunning PASSED
23 tests/functional/shell/test_fixture.py::test_run_call PASSED
24 tests/functional/shell/test_fixture.py::test_run_cwd PASSED
25 tests/functional/shell/test_fixture.py::test_run_shell PASSED
26 tests/functional/shell/test_script_subprocess.py::test_display_name PASSED
27 tests/functional/shell/test_script_subprocess.py::test_env_in_run_call PASSED
28 tests/functional/shell/test_script_subprocess.py::test_environ PASSED
29 tests/functional/shell/test_script_subprocess.py::test_exitcode[0] PASSED
30 tests/functional/shell/test_script_subprocess.py::test_exitcode[120] PASSED
31 tests/functional/shell/test_script_subprocess.py::test_exitcode[1] PASSED
32 tests/functional/shell/test_script_subprocess.py::test_exitcode[3] PASSED
33 tests/functional/shell/test_script_subprocess.py::test_exitcode[40] PASSED
34 tests/functional/shell/test_script_subprocess.py::test_exitcode[9] PASSED
c3e396 35 tests/functional/shell/test_script_subprocess.py::test_get_script_path (script_name='$(PYTHON)') SUBPASS
MT 36 tests/functional/shell/test_script_subprocess.py::test_get_script_path (script_name='python3.9') SUBPASS
37 tests/functional/shell/test_script_subprocess.py::test_get_script_path (script_name='python3.93.100') SUBPASS
b6283e 38 tests/functional/shell/test_script_subprocess.py::test_get_script_path PASSED
MT 39 tests/functional/shell/test_script_subprocess.py::test_json_output[{"a": "a", "1": 1}-expected_object0] PASSED
40 tests/functional/shell/test_script_subprocess.py::test_json_output[{'a': 'a', '1': 1}-None] PASSED
41 tests/functional/shell/test_script_subprocess.py::test_not_started PASSED
42 tests/functional/shell/test_script_subprocess.py::test_process_failed_to_start PASSED
43 tests/functional/shell/test_script_subprocess.py::test_stderr_output PASSED
44 tests/functional/shell/test_script_subprocess.py::test_timeout_defined_on_class_instantiation PASSED
45 tests/functional/shell/test_script_subprocess.py::test_timeout_defined_run PASSED
46 tests/functional/shell/test_script_subprocess.py::test_unicode_output PASSED
47 tests/functional/shell/test_subprocess.py::test_display_name PASSED
48 tests/functional/shell/test_subprocess.py::test_env_in_run_call PASSED
49 tests/functional/shell/test_subprocess.py::test_environ PASSED
50 tests/functional/shell/test_subprocess.py::test_exitcode[0] PASSED
51 tests/functional/shell/test_subprocess.py::test_exitcode[120] PASSED
52 tests/functional/shell/test_subprocess.py::test_exitcode[1] PASSED
53 tests/functional/shell/test_subprocess.py::test_exitcode[3] PASSED
54 tests/functional/shell/test_subprocess.py::test_exitcode[40] PASSED
55 tests/functional/shell/test_subprocess.py::test_exitcode[9] PASSED
56 tests/functional/shell/test_subprocess.py::test_json_output[{"a": "a", "1": 1}-expected_object0] PASSED
57 tests/functional/shell/test_subprocess.py::test_json_output[{'a': 'a', '1': 1}-None] PASSED
58 tests/functional/shell/test_subprocess.py::test_not_started PASSED
59 tests/functional/shell/test_subprocess.py::test_process_failed_to_start PASSED
60 tests/functional/shell/test_subprocess.py::test_run_cwd PASSED
61 tests/functional/shell/test_subprocess.py::test_run_shell PASSED
62 tests/functional/shell/test_subprocess.py::test_stderr_output PASSED
63 tests/functional/shell/test_subprocess.py::test_timeout_defined_on_class_instantiation PASSED
64 tests/functional/shell/test_subprocess.py::test_timeout_defined_run PASSED
65 tests/functional/shell/test_subprocess.py::test_unicode_output PASSED
66 tests/functional/test_exceptions.py::test_process_failed_cmdline PASSED
67 tests/functional/test_exceptions.py::test_process_failed_cmdline_stdout_and_stderr PASSED
68 tests/functional/test_exceptions.py::test_process_failed_cmdline_stdout_stderr_and_returncode PASSED
69 tests/functional/test_exceptions.py::test_process_failed_message PASSED
70 tests/functional/test_exceptions.py::test_process_failed_returncode PASSED
71 tests/functional/test_exceptions.py::test_process_failed_stderr PASSED
72 tests/functional/test_exceptions.py::test_process_failed_stdout PASSED
73 tests/functional/test_exceptions.py::test_process_failed_stdout_and_stderr PASSED
74 tests/unit/customtypes/test_callback.py::test___call__ PASSED
75 tests/unit/customtypes/test_callback.py::test___call__extra_args PASSED
76 tests/unit/customtypes/test_callback.py::test___call__extra_kwargs PASSED
77 tests/unit/customtypes/test_callback.py::test___call__override_kwarg PASSED
78 tests/unit/customtypes/test_callback.py::test___str__ PASSED
c3e396 79 tests/unit/utils/processes/test_processresult.py::test_attributes (cmdline=['1', '2', '3'], data={'ret': {'a': 1}}, data_key='ret', returncode=0, stderr='STDERR', stdout='{"ret": {"a": 1}}') SUBPASS
MT 80 tests/unit/utils/processes/test_processresult.py::test_attributes (cmdline=['1', '2', '3'], data={'ret': {'a': 1}}, returncode=0, stderr='STDERR', stdout='{"ret": {"a": 1}}') SUBPASS
81 tests/unit/utils/processes/test_processresult.py::test_attributes (cmdline=['1', '2', '3'], returncode=0, stderr='STDERR', stdout='STDOUT') SUBPASS
82 tests/unit/utils/processes/test_processresult.py::test_attributes (returncode=0, stderr='STDERR', stdout='STDOUT') SUBPASS
b6283e 83 tests/unit/utils/processes/test_processresult.py::test_attributes PASSED
MT 84 tests/unit/utils/processes/test_processresult.py::test_non_int_returncode_raises_exception[-1.0] PASSED
85 tests/unit/utils/processes/test_processresult.py::test_non_int_returncode_raises_exception[0] PASSED
86 tests/unit/utils/processes/test_processresult.py::test_non_int_returncode_raises_exception[1.0] PASSED
87 tests/unit/utils/processes/test_processresult.py::test_non_int_returncode_raises_exception[None] PASSED
c3e396 88 tests/unit/utils/processes/test_processresult.py::test_str_formatting (cmdline=['1', '2', '3'], data_key='ret', returncode=0, stderr='STDERR', stdout='{"ret": {"a": 1}}') SUBPASS
MT 89 tests/unit/utils/processes/test_processresult.py::test_str_formatting (cmdline=['1', '2', '3'], returncode=0, stderr='STDERR', stdout='STDOUT') SUBPASS
90 tests/unit/utils/processes/test_processresult.py::test_str_formatting (cmdline=['1', '2', '3'], returncode=0, stderr='STDERR', stdout='{"ret": {"a": 1}}') SUBPASS
91 tests/unit/utils/processes/test_processresult.py::test_str_formatting (returncode=0, stderr='STDERR', stdout='STDOUT') SUBPASS
b6283e 92 tests/unit/utils/processes/test_processresult.py::test_str_formatting PASSED
MT 93 tests/unit/utils/processes/test_processresult_matcher.py::test_instance_types PASSED
94 tests/unit/utils/processes/test_processresult_matcher.py::test_matcher_attribute PASSED
95 tests/unit/utils/test_format_callback_to_string.py::test_format_from_function PASSED
96 tests/unit/utils/test_format_callback_to_string.py::test_format_from_string PASSED
97 tests/unit/utils/test_format_callback_to_string.py::test_format_just_args PASSED
98 tests/unit/utils/test_format_callback_to_string.py::test_format_just_kwargs PASSED
99 tests/unit/utils/test_format_callback_to_string.py::test_format_no_args_nor_kwargs PASSED
100 tests/unit/utils/test_ports.py::test_get_unused_localhost_port_cached PASSED
101 tests/unit/utils/test_time.py::test_sleep PASSED
102
103 ======== 81 passed, 1 skipped, 11 subtests passed ========