[tests] Remove global_setup function
This commit is contained in:
parent
ac05067d3d
commit
d0efb9ec9a
9 changed files with 6 additions and 21 deletions
|
@ -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 FakeYDL, global_setup
|
||||
global_setup()
|
||||
from test.helper import FakeYDL
|
||||
|
||||
|
||||
from youtube_dl.extractor import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue