From 9feb6c436c47590f82d650f18f887ebf9bfd12d9 Mon Sep 17 00:00:00 2001 From: jackeyGao Date: Mon, 21 Jan 2019 18:21:35 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E9=87=8D=E5=90=8DBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test_poetry.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test_poetry.py b/test_poetry.py index 0ab9949..a8b5d4d 100644 --- a/test_poetry.py +++ b/test_poetry.py @@ -38,4 +38,6 @@ test_huajianji = functools.partial(__check_path__, u'./wudai/花间集/') test_nantang2 = functools.partial(__check_path__, u'./wudai/南唐二主词/') -test_nantang2 = functools.partial(__check_path__, u'./youmengying/') +test_youmengying = functools.partial(__check_path__, u'./youmengying/') + +test_sishuwujing = functools.partial(__check_path__, u'./sishuwujing/')