mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
This commit is contained in:
parent
61bb24a270
commit
96a6a6d42b
18 changed files with 154 additions and 134 deletions
|
@ -1,5 +1,6 @@
|
|||
from test import support
|
||||
support.import_module("dbm.ndbm") #skip if not supported
|
||||
from test.support import import_helper
|
||||
import_helper.import_module("dbm.ndbm") #skip if not supported
|
||||
import os
|
||||
import unittest
|
||||
import dbm.ndbm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue