콘텐츠로 이동

unittest Result

Test Summary


Item Value
Execution ID 20260910_131404_485927
Pass FAIL
Latest 2026-09-10T13:14:04.486015+09:00
Duration 0.053988 seconds
Total 5
Passed 4
Failed 1
Errors 0
Skipped 0


Test envs Value
test_os windows
test_name local_01
test_environment local
test_request local_vscode


Test Functions

  • Unit TEST
    • PATH0: test_envs/tests/unittest/ct_framework/python
PATH Test Function Pass Duration (s)
0 test_available_tests_exposes_allowlists PASS 0.000673
0 test_hil_requires_explicit_server_opt_in PASS 0.000650
0 test_pytest_command_uses_allowlisted_arguments_without_a_shell PASS 0.000205
0 test_rejects_unknown_test_id_before_starting_process PASS 0.000256
0 test_client_discovers_and_calls_list_tests FAIL 0.052205

Failed Functions

Test Function Status Failure
test_client_discovers_and_calls_list_tests FAIL self = async def test_client_discovers_and_calls_list_tests(self) -> None: async with Client(mcp) as client: tools = await client.list_tools() result = await client.call_tool("list_tests", {}) self.assertEqual( {tool.name for tool in tools.tools}, {"list_tests", "run_pytest_ct", "run_unittest", "get_latest_result"}, ) self.assertEqual( > result.structured_content["result"]["pytest"]["test_ids"], ^^^^^^^^^^^^^ ["CT-UART-001", "CT-USB-001", "CT-NETWORK-001"], ) E KeyError: 'result' test_envs\tests\unittest\ct_framework\python\test_mcp_runner.py:60: KeyError

Test Source

Item Value
Commit 85466dd623e39c38f5f179820a9d1c7f3ec015c1
Branch main

Logs

Item Value
Result log 20260910_131404_485927_result.log
Result json 20260910_131404_485927_result.json