mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
bpo-40275: Use new test.support helper submodules in tests (GH-21764)
This commit is contained in:
parent
46e19b61d3
commit
598a951844
15 changed files with 97 additions and 84 deletions
|
@ -24,7 +24,8 @@
|
|||
import unittest
|
||||
import sqlite3 as sqlite
|
||||
|
||||
from test.support import TESTFN, unlink
|
||||
from test.support.os_helper import TESTFN, unlink
|
||||
|
||||
|
||||
class CollationTests(unittest.TestCase):
|
||||
def CheckCreateCollationNotString(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue