| 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 = |