From 07a40409c6df20315623e87c656c530d19d176a1 Mon Sep 17 00:00:00 2001 From: luxin Date: Tue, 22 Mar 2022 10:37:57 +0800 Subject: [PATCH] delete nodes test --- .../config.json" | 9 --------- data/tree.json | 9 --------- 2 files changed, 18 deletions(-) diff --git "a/data/1.python\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/5.\345\270\270\347\224\250\345\274\200\345\217\221\345\267\245\345\205\267/config.json" "b/data/1.python\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/5.\345\270\270\347\224\250\345\274\200\345\217\221\345\267\245\345\205\267/config.json" index ea309c3..9a3087a 100644 --- "a/data/1.python\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/5.\345\270\270\347\224\250\345\274\200\345\217\221\345\267\245\345\205\267/config.json" +++ "b/data/1.python\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/5.\345\270\270\347\224\250\345\274\200\345\217\221\345\267\245\345\205\267/config.json" @@ -67,15 +67,6 @@ "keywords_forbid": [] } }, - { - "unittest --- 单元测试框架": { - "keywords": [], - "children": [], - "node_id": "python-4-13", - "keywords_must": [], - "keywords_forbid": [] - } - }, { "unittest.mock --- mock对象库": { "keywords": [], diff --git a/data/tree.json b/data/tree.json index 855f051..609dd0d 100644 --- a/data/tree.json +++ b/data/tree.json @@ -236,15 +236,6 @@ "keywords_forbid": [] } }, - { - "unittest --- 单元测试框架": { - "keywords": [], - "children": [], - "node_id": "python-4-13", - "keywords_must": [], - "keywords_forbid": [] - } - }, { "unittest.mock --- mock对象库": { "keywords": [], -- GitLab