콘텐츠로 이동

unittest Result

Test Summary

Item Value
Execution ID 20260910_102936_780668
Pass FAIL
Latest 2026-09-10T10:29:36.780756+09:00
Duration 0.006748 seconds
Total 13
Passed 11
Failed 2
Errors 0
Skipped 0

Test Functions

  • Unit TEST
    • PATH0: test_envs/tests/unittest/ct_framework/python
PATH Test Function Pass Duration (s)
0 test_fixture_mode_picker_supports_override PASS 0.000517
0 test_launch_setup_delegates_to_foreground_tasks PASS 0.000398
0 test_ollama_server_task_is_foreground_process PASS 0.000534
0 test_python_setup_uses_platform_picker PASS 0.000387
0 test_python_tasks_run_as_managed_processes FAIL 0.000491
0 test_report_tasks_include_html_and_docx PASS 0.000602
0 test_selected_preset_has_model_name PASS 0.000381
0 test_setup_1_uses_system_python PASS 0.000692
0 test_task_setup_uses_internal_model_config PASS 0.000450
0 test_test_case_id_picker_matches_ct_markers PASS 0.000469
0 test_test_case_tasks_support_all_and_test_id PASS 0.000578
0 test_vscode_json_contains_no_os_metadata FAIL 0.000835
0 test_vscode_testing_uses_project_venv_and_pytest PASS 0.000414

Failed Functions

Test Function Status Failure
test_python_tasks_run_as_managed_processes FAIL self = def test_python_tasks_run_as_managed_processes(self) -> None: for task in self.tasks["tasks"]: > self.assertEqual(task["type"], "process") E AssertionError: 'shell' != 'process' E - shell E + process test_envs\tests\unittest\ct_framework\python\test_vscode_local_llm_contract.py:103: AssertionError
test_vscode_json_contains_no_os_metadata FAIL self = def test_vscode_json_contains_no_os_metadata(self) -> None: self.assertEqual( [item["id"] for item in self.tasks["inputs"]], ["testCaseId", "fixtureMode"], ) self.assertNotIn("targetOS", {item["id"] for item in self.tasks["inputs"]}) for configuration in self.launch["configurations"]: expected_python = ( "python" if configuration["name"].startswith(("SETUP 1", "SETUP 2")) else "{config:python.defaultInterpreterPath}" ) self.assertEqual(configuration["python"], expected_python) self.assertNotIn("windows", configuration) self.assertNotIn("linux", configuration) self.assertNotIn("osx", configuration) for task in self.tasks["tasks"]: expected_command = ( "python" if task["label"].startswith(("SETUP 1", "SETUP 2")) else "{config:python.defaultInterpreterPath}" ) > self.assertEqual(task["command"], expected_command) E AssertionError: 'git config --local --list' != '${config:python.defaultInterpreterPath}' E - git config --local --list E + ${config:python.defaultInterpreterPath} test_envs\tests\unittest\ct_framework\python\test_vscode_local_llm_contract.py:96: AssertionError

Test Source

Item Value
Commit b3bd3fb18b2c37fec0487793fe5e2340c3e88869
Branch main

Logs

Item Value
Result log 20260910_102936_780668_result.log
Result json 20260910_102936_780668_result.json