1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-17 06:35:42 +07:00

[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

@@ -9,12 +9,10 @@
from test.helper import (
get_params,
get_testcases,
global_setup,
try_rm,
md5,
report_warning
)
global_setup()
import hashlib