Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a43f72

Browse files
committed
remove some things that are now tested
1 parent ed82ca1 commit 5a43f72

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

Lib/test/test_sundry.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ def test_at_least_import_untested_modules(self):
1010
import bdb
1111
import cgitb
1212
import code
13-
import compileall
1413

1514
import distutils.bcppcompiler
1615
import distutils.ccompiler
@@ -47,27 +46,20 @@ def test_at_least_import_untested_modules(self):
4746
import html.entities
4847
import imghdr
4948
import keyword
50-
import linecache
5149
import macurl2path
5250
import mailcap
53-
import nntplib
5451
import nturl2path
55-
import opcode
5652
import os2emxpath
5753
import pstats
5854
import py_compile
5955
import sndhdr
60-
import symbol
6156
import tabnanny
6257
import timeit
63-
import token
6458
try:
6559
import tty # not available on Windows
6660
except ImportError:
6761
if support.verbose:
6862
print("skipping tty")
69-
import webbrowser
70-
import xml
7163

7264

7365
def test_main():

0 commit comments

Comments
 (0)