mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Not backported because of behaviour change.
This commit is contained in:
parent
a64988c001
commit
c6bb6c0f8c
4 changed files with 8 additions and 10 deletions
|
|
@ -56,7 +56,7 @@ class DircacheTests(unittest.TestCase):
|
|||
self.assert_(dircache.listdir(self.tempdir) is entries)
|
||||
|
||||
## UNSUCCESSFUL CASES
|
||||
self.assertEquals(dircache.listdir(self.tempdir+"_nonexistent"), [])
|
||||
self.assertRaises(OSError, dircache.listdir, self.tempdir+"_nonexistent")
|
||||
|
||||
def test_annotate(self):
|
||||
self.writeTemp("test2")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue