mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-01 11:32:49 -05:00
[tests] Remove global_setup function
This commit is contained in:
@ -7,8 +7,7 @@ import sys
|
||||
import unittest
|
||||
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
|
||||
from test.helper import get_params, global_setup
|
||||
global_setup()
|
||||
from test.helper import get_params
|
||||
|
||||
|
||||
import io
|
||||
|
Reference in New Issue
Block a user