diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-03-20 15:14:25 +0100 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-03-20 15:14:25 +0100 |
commit | f20bf146e217731016b32af598b177952fa1340a (patch) | |
tree | be74e6ea3adad1fdb2c288246c58bd931ef64599 /test | |
parent | 01218f919b3bb5d85449806ea832b29251dc13ca (diff) |
[test/YoutubeDL] split in two classes
The name was misleading
Diffstat (limited to 'test')
-rw-r--r-- | test/test_YoutubeDL.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_YoutubeDL.py b/test/test_YoutubeDL.py index db8a47d2d..2597a1993 100644 --- a/test/test_YoutubeDL.py +++ b/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 [{ |