mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
bpo-45020: Add more test cases for frozen modules. (gh-28664)
I've added a number of test-only modules. Some of those cases are covered by the recently frozen stdlib modules (and some will be once we add encodings back in). However, I figured we'd play it safe by having a set of modules guaranteed to be there during tests. https://bugs.python.org/issue45020
This commit is contained in:
parent
ec4d917a6a
commit
7e5c107541
13 changed files with 204 additions and 23 deletions
|
@ -21,6 +21,9 @@ IGNORE = {
|
|||
# Test modules and packages
|
||||
'__hello__',
|
||||
'__phello__',
|
||||
'__hello_alias__',
|
||||
'__phello_alias__',
|
||||
'__hello_only__',
|
||||
'_ctypes_test',
|
||||
'_testbuffer',
|
||||
'_testcapi',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue