mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Remove a bad test.
This commit is contained in:
parent
7bae4432a3
commit
6119540d70
1 changed files with 0 additions and 1 deletions
|
|
@ -35,7 +35,6 @@ class TestGdbm(unittest.TestCase):
|
|||
# Try to open a non-existent database.
|
||||
unlink(filename)
|
||||
self.assertRaises(gdbm.error, gdbm.open, filename, 'r')
|
||||
self.assertRaises(gdbm.error, gdbm.open, filename, 'w')
|
||||
# Try to access a closed database.
|
||||
self.g = gdbm.open(filename, 'c')
|
||||
self.g.close()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue