mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
bpo-40275: Use new test.support helper submodules in tests (GH-20824)
This commit is contained in:
parent
91698d8caa
commit
06a40d7359
9 changed files with 29 additions and 21 deletions
|
@ -1,7 +1,8 @@
|
|||
# test_getopt.py
|
||||
# David Goodger <dgoodger@bigfoot.com> 2000-08-19
|
||||
|
||||
from test.support import verbose, run_doctest, EnvironmentVarGuard
|
||||
from test.support import verbose, run_doctest
|
||||
from test.support.os_helper import EnvironmentVarGuard
|
||||
import unittest
|
||||
|
||||
import getopt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue