mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
bpo-40275: Use new test.support helper submodules in tests (GH-21449)
This commit is contained in:
parent
488512bf49
commit
a7f5d93bb6
20 changed files with 154 additions and 132 deletions
|
@ -1,7 +1,9 @@
|
|||
import unittest
|
||||
import sys
|
||||
|
||||
from test.support import import_fresh_module, run_unittest
|
||||
from test.support import run_unittest
|
||||
from test.support.import_helper import import_fresh_module
|
||||
|
||||
|
||||
TESTS = 'test.datetimetester'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue