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/')