about summary refs log tree commit diff
path: root/test/test_download.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-11-25 03:47:32 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-11-25 03:47:32 +0100
commitd0efb9ec9a85662fa43f026339821513ac2f039c (patch)
tree5c4eae6dd0fb7a5c10a658f3f44380213470af0d /test/test_download.py
parentac05067d3dbc68cd50e8e07d51700b5a8a698a29 (diff)
downloadyoutube-dl-d0efb9ec9a85662fa43f026339821513ac2f039c.tar.gz
youtube-dl-d0efb9ec9a85662fa43f026339821513ac2f039c.tar.xz
youtube-dl-d0efb9ec9a85662fa43f026339821513ac2f039c.zip
[tests] Remove global_setup function
Diffstat (limited to 'test/test_download.py')
-rw-r--r--test/test_download.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_download.py b/test/test_download.py
index fe7f7b8cb..dd5818dba 100644
--- a/test/test_download.py
+++ b/test/test_download.py
@@ -9,12 +9,10 @@ sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 from test.helper import (
     get_params,
     get_testcases,
-    global_setup,
     try_rm,
     md5,
     report_warning
 )
-global_setup()
 
 
 import hashlib