콘텐츠로 이동

unittest Result

Test Summary

Item Value
Execution ID 20260910_101859_435168
Pass FAIL
Latest 2026-09-10T10:18:59.435261+09:00
Duration 0.354907 seconds
Total 19
Passed 18
Failed 1
Errors 0
Skipped 0

Test Functions

  • Unit TEST
    • PATH0: test_envs/tests/unittest/ct_framework/python
PATH Test Function Pass Duration (s)
0 test_markdown_first_report_contains_required_sections PASS 0.048006
0 test_mkdocs_publish_preserves_each_execution PASS 0.150289
0 test_unittest_markdown_lists_failed_functions PASS 0.037033
0 test_warning_count_controls_severity PASS 0.000114
0 test_latest_markdown_searches_nested_report_groups FAIL 0.001184
0 test_pandoc_rejects_unknown_format PASS 0.000150
0 test_pytest_output_is_grouped_under_test_cases PASS 0.000097
0 test_unittest_output_is_grouped_separately PASS 0.000288
0 test_environment_comment_contains_detected_runner_values PASS 0.000885
0 test_issue_comment_contains_summary_and_evidence PASS 0.038059
0 test_pytest_comment_uses_test_cases_markdown_path PASS 0.039109
0 test_unittest_comment_uses_unittest_paths_without_llm PASS 0.035966
0 test_configuration_structure PASS 0.000139
0 test_docs_test_structure PASS 0.002304
0 test_pytest_case_structure PASS 0.000278
0 test_pytest_fixture_structure PASS 0.000132
0 test_report_structure PASS 0.000491
0 test_top_level_structure PASS 0.000222
0 test_unittest_structure PASS 0.000161

Failed Functions

Test Function Status Failure
test_latest_markdown_searches_nested_report_groups FAIL self = WindowsPath('C:/Users/LEEJEO~1/AppData/Local/Temp/tmpuvi9qo1j/markdown/unittest') mode = 511, parents = True, exist_ok = False def mkdir(self, mode=0o777, parents=False, exist_ok=False): """ Create a new directory at this given path. """ try: > os.mkdir(self, mode) E FileNotFoundError: [WinError 3] 지정된 경로를 찾을 수 없습니다: 'C:\Users\LEEJEO~1\AppData\Local\Temp\tmpuvi9qo1j\markdown\unittest' C:\Users\LeeJeongHun\AppData\Local\Python\pythoncore-3.14-64\Lib\pathlib_init_.py:1011: FileNotFoundError During handling of the above exception, another exception occurred: self = def test_latest_markdown_searches_nested_report_groups(self) -> None: with TemporaryDirectory() as directory: root = Path(directory) older = root / "markdown/unittest/20260101_000000_000001_result.md" latest = root / "markdown/pytest/test_cases/CT-UART-001/20260102_000000_000001_result.md" > older.parent.mkdir(parents=True) test_envs\tests\unittest\ct_framework\python\test_pandoc_reporter.py:30: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ C:\Users\LeeJeongHun\AppData\Local\Python\pythoncore-3.14-64\Lib\pathlib_init_.py:1015: in mkdir self.parent.mkdir(parents=True, exist_ok=True) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = WindowsPath('C:/Users/LEEJEO~1/AppData/Local/Temp/tmpuvi9qo1j/markdown') mode = 511, parents = True, exist_ok = True def mkdir(self, mode=0o777, parents=False, exist_ok=False): """ Create a new directory at this given path. """ try: > os.mkdir(self, mode) E PermissionError: [WinError 5] 액세스가 거부되었습니다: 'C:\Users\LEEJEO~1\AppData\Local\Temp\tmpuvi9qo1j\markdown' C:\Users\LeeJeongHun\AppData\Local\Python\pythoncore-3.14-64\Lib\pathlib_init_.py:1011: PermissionError During handling of the above exception, another exception occurred: top = 'C:\Users\LEEJEO~1\AppData\Local\Temp\tmpuvi9qo1j', topdown = False onerror = .onerror at 0x000002147F732FB0> followlinks = > ??? E PermissionError: [WinError 5] 액세스가 거부되었습니다: 'C:\Users\LEEJEO~1\AppData\Local\Temp\tmpuvi9qo1j' :377: PermissionError During handling of the above exception, another exception occurred: self = def test_latest_markdown_searches_nested_report_groups(self) -> None: > with TemporaryDirectory() as directory: ^^^^^^^^ test_envs\tests\unittest\ct_framework\python\test_pandoc_reporter.py:26: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ C:\Users\LeeJeongHun\AppData\Local\Python\pythoncore-3.14-64\Lib\tempfile.py:971: in exit self.cleanup() C:\Users\LeeJeongHun\AppData\Local\Python\pythoncore-3.14-64\Lib\tempfile.py:975: in cleanup self._rmtree(self.name, ignore_errors=self._ignore_cleanup_errors) C:\Users\LeeJeongHun\AppData\Local\Python\pythoncore-3.14-64\Lib\tempfile.py:955: in _rmtree _shutil.rmtree(name, onexc=onexc) C:\Users\LeeJeongHun\AppData\Local\Python\pythoncore-3.14-64\Lib\shutil.py:852: in rmtree _rmtree_impl(path, dir_fd, onexc) C:\Users\LeeJeongHun\AppData\Local\Python\pythoncore-3.14-64\Lib\shutil.py:689: in _rmtree_unsafe for dirpath, dirnames, filenames in results: ^^^ :413: in walk ??? C:\Users\LeeJeongHun\AppData\Local\Python\pythoncore-3.14-64\Lib\shutil.py:687: in onerror onexc(os.scandir, err.filename, err) C:\Users\LeeJeongHun\AppData\Local\Python\pythoncore-3.14-64\Lib\tempfile.py:927: in onexc _resetperms(path) C:\Users\LeeJeongHun\AppData\Local\Python\pythoncore-3.14-64\Lib\tempfile.py:283: in _resetperms _dont_follow_symlinks(_os.chmod, path, 0o700) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ func = path = 'C:\Users\LEEJEO~1\AppData\Local\Temp\tmpuvi9qo1j', args = (448,) def _dont_follow_symlinks(func, path, *args): # Pass follow_symlinks=False, unless not supported on this platform. if func in _os.supports_follow_symlinks: > func(path, *args, follow_symlinks=False) E PermissionError: [WinError 5] 액세스가 거부되었습니다: 'C:\Users\LEEJEO~1\AppData\Local\Temp\tmpuvi9qo1j' C:\Users\LeeJeongHun\AppData\Local\Python\pythoncore-3.14-64\Lib\tempfile.py:272: PermissionError

Test Source

Item Value
Commit b3bd3fb18b2c37fec0487793fe5e2340c3e88869
Branch main

Logs

Item Value
Result log 20260910_101859_435168_result.log
Result json 20260910_101859_435168_result.json