mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-07-22 00:55:15 +08:00
reads_text_asset_from_real_resource_file 原硬编码 /home/wanye 绝对路径,文件 不存在时静默 return——在其它机器/CI 上是永远跳过、从不断言的死测试。改为 #[ignore] + BAT_REAL_RESOURCES_ASSETS 环境变量注入(与仓库既有 real_* 测试一致), 并把机器特定的精确字节 golden 断言放宽为结构性断言(name 匹配、bytes 非空), 便于任意真实 resources.assets 显式运行。 对应 issue #18 维护清单 3-5。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>