Răsfoiți Sursa

[test/YoutubeDL] split in two classes

The name was misleading
Jaime Marquínez Ferrándiz 10 ani în urmă
părinte
comite
f20bf146e2
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      test/test_YoutubeDL.py

+ 2 - 0
test/test_YoutubeDL.py

@@ -339,6 +339,8 @@ class TestFormatSelection(unittest.TestCase):
         downloaded = ydl.downloaded_info_dicts[0]
         self.assertEqual(downloaded['format_id'], 'G')
 
+
+class TestYoutubeDL(unittest.TestCase):
     def test_subtitles(self):
         def s_formats(lang, autocaption=False):
             return [{