|
|
@ -3058,11 +3058,14 @@ class QualityTests(unittest.TestCase): |
|
|
|
]), |
|
|
|
]) |
|
|
|
|
|
|
|
# TODO: add anime test cases |
|
|
|
def test_get_proper_level_anime(self): |
|
|
|
# release_name, expected level |
|
|
|
self.check_proper_level([ |
|
|
|
|
|
|
|
('Boruto - Naruto Next Generations - 59 [480p]', 0), |
|
|
|
('[SGKK] Bleach - 312v2 (1280x720 h264 AAC) [F501C9BE]', 1), |
|
|
|
('[SGKK] Bleach 312v1 [720p/MKV]', 0), |
|
|
|
('[Cthuko] Shirobako - 05v2 [720p H264 AAC][80C9B09B]', 1), |
|
|
|
('Naruto Shippuden - 314v3', 2) |
|
|
|
], is_anime=True) |
|
|
|
|
|
|
|
|
|
|
|