From f20bf146e217731016b32af598b177952fa1340a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaime=20Marqui=CC=81nez=20Ferra=CC=81ndiz?=
 <jaime.marquinez.ferrandiz@gmail.com>
Date: Fri, 20 Mar 2015 15:14:25 +0100
Subject: [PATCH] [test/YoutubeDL] split in two classes

The name was misleading
---
 test/test_YoutubeDL.py | 2 ++
 1 file changed, 2 insertions(+)

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 [{