mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
bpo-40275: Use new test.support helper submodules in tests (GH-21772)
This commit is contained in:
parent
e27a51c11e
commit
fcce8c649a
8 changed files with 27 additions and 18 deletions
|
@ -25,7 +25,7 @@ import threading
|
|||
import unittest
|
||||
import sqlite3 as sqlite
|
||||
|
||||
from test.support import TESTFN, unlink
|
||||
from test.support.os_helper import TESTFN, unlink
|
||||
|
||||
|
||||
class ModuleTests(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue