From 5bb5a8a568a78d7a7a8a2d87b2e4cc935e3172ad Mon Sep 17 00:00:00 2001 From: Neo Date: Tue, 18 Nov 2025 21:46:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=81=E7=A7=BB=E4=BB=A3=E7=A0=81=E5=88=B0Gi?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etl_billiards/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etl_billiards/README.md b/etl_billiards/README.md index 938ec08..a27852d 100644 --- a/etl_billiards/README.md +++ b/etl_billiards/README.md @@ -277,6 +277,8 @@ etl_billiards/ │ │ ├── __init__.py │ │ ├── test_config.py │ │ └── test_parsers.py +│ ├── testdata_json/ # 清洗入库用的测试Json文件 +│ │ └── XX.json │ └── integration/ # 集成测试 │ ├── __init__.py │ └── test_database.py