python实现使用命令行进行testbed静态分析
日后再更新, 详见代码: from pathlib import Path import subprocess import logging import shutil from concurrent.futures import ThreadPoolExecutor, as_completed from typing import Dict# 配置 SET_NAME "test_project" CD Path(r…
2024-10-23