mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Whitespace normalization.
This commit is contained in:
parent
f805cd2c1f
commit
f2715e0764
26 changed files with 110 additions and 114 deletions
|
@ -53,7 +53,7 @@ class TestAepack(unittest.TestCase):
|
|||
packed = aepack.pack(o)
|
||||
unpacked = aepack.unpack(packed)
|
||||
self.assertEqual(repr(o), repr(unpacked))
|
||||
|
||||
|
||||
def test_roundtrip_FSSpec(self):
|
||||
try:
|
||||
import Carbon.File
|
||||
|
@ -72,9 +72,9 @@ class TestAepack(unittest.TestCase):
|
|||
o = Carbon.File.FSSpec(os.curdir).NewAliasMinimal()
|
||||
packed = aepack.pack(o)
|
||||
unpacked = aepack.unpack(packed)
|
||||
self.assertEqual(o.FSResolveAlias(None)[0].as_pathname(),
|
||||
self.assertEqual(o.FSResolveAlias(None)[0].as_pathname(),
|
||||
unpacked.FSResolveAlias(None)[0].as_pathname())
|
||||
|
||||
|
||||
|
||||
def test_main():
|
||||
test_support.run_unittest(TestAepack)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue