This commit is contained in:
jxxghp
2025-05-18 13:16:06 +08:00
parent a8f8bf5872
commit 923ecf29b8
4 changed files with 10 additions and 9 deletions

View File

@@ -7,6 +7,7 @@ if __name__ == '__main__':
# 测试名称识别
suite.addTest(MetaInfoTest('test_metainfo'))
suite.addTest(MetaInfoTest('test_emby_format_ids'))
# 运行测试
runner = unittest.TextTestRunner()