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
1c87e294
Commit
1c87e294
authored
Oct 30, 2010
by
Benjamin Peterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
condense
parent
0bbf9c99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
Lib/test/test_import.py
Lib/test/test_import.py
+1
-5
No files found.
Lib/test/test_import.py
View file @
1c87e294
...
...
@@ -36,12 +36,8 @@ class ImportTests(unittest.TestCase):
def
test_case_sensitivity
(
self
):
# Brief digression to test that import is case-sensitive: if we got
# this far, we know for sure that "random" exists.
try
:
with
self
.
assertRaises
(
ImportError
)
:
import
RAnDoM
except
ImportError
:
pass
else
:
self
.
fail
(
"import of RAnDoM should have failed (case mismatch)"
)
def
test_double_const
(
self
):
# Another brief digression to test the accuracy of manifest float
...
...
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