Fixed fuzzy episode name matching logic

This commit is contained in:
2013-07-22 22:34:36 +10:00
parent 1297a07e37
commit d9da2d18f7
4 changed files with 51 additions and 16 deletions

View File

@@ -40,6 +40,7 @@ class TVEncoderTest(unittest.TestCase):
self.assertTrue(result.doencode)
self.assertFalse(result.readonly)
if __name__ == '__main__':
suite = unittest.TestLoader().loadTestsFromTestCase(TVEncoderTest)
unittest.TextTestRunner(verbosity=2).run(suite)