From e5acfe0f05e44a4e1338ab38aea0d68cf4cdf33f Mon Sep 17 00:00:00 2001 From: jackeyGao Date: Tue, 7 Jan 2020 10:28:27 +0800 Subject: [PATCH] test: support yuanqu --- test_poetry.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test_poetry.py b/test_poetry.py index ce405e8..c993c09 100644 --- a/test_poetry.py +++ b/test_poetry.py @@ -15,6 +15,7 @@ def check_json(f, _dir): with open(filepath) as file: try: _ = json.loads(file.read()) + print(u"%s 校验成功" % _dir) return True except: sys.stderr.write(traceback.format_exc()) @@ -41,3 +42,5 @@ test_nantang2 = functools.partial(__check_path__, u'./wudai/nantang/') test_youmengying = functools.partial(__check_path__, u'./youmengying/') test_sishuwujing = functools.partial(__check_path__, u'./sishuwujing/') + +test_yuanqu = functools.partial(__check_path__, u'./yuanqu/')