test: 测试套件自隔离与全量离线化(collection 清零 + 杜绝真实网络) (#5873)

This commit is contained in:
InfinityPacer
2026-06-02 12:23:08 +08:00
committed by GitHub
parent 1c41d9f253
commit 437baec620
85 changed files with 14588 additions and 1163 deletions
-4
View File
@@ -76,7 +76,3 @@ status: pending
jobs = await _alist_jobs(AsyncPath(str(root)))
self.assertEqual(["a-job", "m-job", "z-job"], [job["id"] for job in jobs])
if __name__ == "__main__":
unittest.main()