mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
Whitespace normalization.
This commit is contained in:
parent
79665b1403
commit
ef3f32f965
3 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ def remove_files(name):
|
|||
|
||||
|
||||
class ImportTest(unittest.TestCase):
|
||||
|
||||
|
||||
def testCaseSensitivity(self):
|
||||
# Brief digression to test that import is case-sensitive: if we got this
|
||||
# far, we know for sure that "random" exists.
|
||||
|
@ -56,7 +56,7 @@ class ImportTest(unittest.TestCase):
|
|||
mod = __import__(TESTFN)
|
||||
except ImportError, err:
|
||||
self.fail("import from %s failed: %s" % (ext, err))
|
||||
|
||||
|
||||
self.assertEquals(mod.a, a,
|
||||
"module loaded (%s) but contents invalid" % mod)
|
||||
self.assertEquals(mod.b, b,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue