mirror of
https://github.com/python/cpython.git
synced 2025-09-01 22:47:59 +00:00
remove some things that are now tested
This commit is contained in:
parent
ed82ca1078
commit
5a43f72d1b
1 changed files with 0 additions and 8 deletions
|
@ -10,7 +10,6 @@ class TestUntestedModules(unittest.TestCase):
|
||||||
import bdb
|
import bdb
|
||||||
import cgitb
|
import cgitb
|
||||||
import code
|
import code
|
||||||
import compileall
|
|
||||||
|
|
||||||
import distutils.bcppcompiler
|
import distutils.bcppcompiler
|
||||||
import distutils.ccompiler
|
import distutils.ccompiler
|
||||||
|
@ -47,27 +46,20 @@ class TestUntestedModules(unittest.TestCase):
|
||||||
import html.entities
|
import html.entities
|
||||||
import imghdr
|
import imghdr
|
||||||
import keyword
|
import keyword
|
||||||
import linecache
|
|
||||||
import macurl2path
|
import macurl2path
|
||||||
import mailcap
|
import mailcap
|
||||||
import nntplib
|
|
||||||
import nturl2path
|
import nturl2path
|
||||||
import opcode
|
|
||||||
import os2emxpath
|
import os2emxpath
|
||||||
import pstats
|
import pstats
|
||||||
import py_compile
|
import py_compile
|
||||||
import sndhdr
|
import sndhdr
|
||||||
import symbol
|
|
||||||
import tabnanny
|
import tabnanny
|
||||||
import timeit
|
import timeit
|
||||||
import token
|
|
||||||
try:
|
try:
|
||||||
import tty # not available on Windows
|
import tty # not available on Windows
|
||||||
except ImportError:
|
except ImportError:
|
||||||
if support.verbose:
|
if support.verbose:
|
||||||
print("skipping tty")
|
print("skipping tty")
|
||||||
import webbrowser
|
|
||||||
import xml
|
|
||||||
|
|
||||||
|
|
||||||
def test_main():
|
def test_main():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue