mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
Oops, don't test for a name attribute here. That's a higher-level feature.
This commit is contained in:
parent
13633bb8c5
commit
6ef6306dd6
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ def testAttributes(self):
|
|||
|
||||
self.assertEquals(f.mode, "w")
|
||||
self.assertEquals(f.closed, False)
|
||||
self.assertEquals(f.name, TESTFN)
|
||||
|
||||
# verify the attributes are readonly
|
||||
for attr in 'mode', 'closed':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue