[tests] Remove global_setup function
This commit is contained in:
parent
ac05067d3d
commit
d0efb9ec9a
9 changed files with 6 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue