refactor: 测试出力结果从runtime迁移到output,实现入力(test-data)与出力(output)分离

This commit is contained in:
hangshuo652
2026-08-29 14:33:59 +08:00
parent 7a2963d783
commit 5fe72c8ece
11 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -1440,7 +1440,7 @@ def main():
if outdir is None:
from pathlib import Path as _Path
_v3_root = _Path(__file__).parent.parent
outdir = _v3_root / "runtime"
outdir = _v3_root / "output"
user_specified_outdir = False
outdir.mkdir(parents=True, exist_ok=True)