Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
5a43f72d
Commit
5a43f72d
authored
Nov 02, 2010
by
Benjamin Peterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove some things that are now tested
parent
ed82ca10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
Lib/test/test_sundry.py
Lib/test/test_sundry.py
+0
-8
No files found.
Lib/test/test_sundry.py
View file @
5a43f72d
...
...
@@ -10,7 +10,6 @@ class TestUntestedModules(unittest.TestCase):
import
bdb
import
cgitb
import
code
import
compileall
import
distutils.bcppcompiler
import
distutils.ccompiler
...
...
@@ -47,27 +46,20 @@ class TestUntestedModules(unittest.TestCase):
import
html.entities
import
imghdr
import
keyword
import
linecache
import
macurl2path
import
mailcap
import
nntplib
import
nturl2path
import
opcode
import
os2emxpath
import
pstats
import
py_compile
import
sndhdr
import
symbol
import
tabnanny
import
timeit
import
token
try
:
import
tty
# not available on Windows
except
ImportError
:
if
support
.
verbose
:
print
(
"skipping tty"
)
import
webbrowser
import
xml
def
test_main
():
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment