[tests] Remove global_setup function

This commit is contained in:
Philipp Hagemeister 2013-11-25 03:47:32 +01:00
parent ac05067d3d
commit d0efb9ec9a
9 changed files with 6 additions and 21 deletions

View file

@ -6,8 +6,7 @@ import sys
import unittest
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from test.helper import global_setup, try_rm
global_setup()
from test.helper import try_rm
from youtube_dl import YoutubeDL