mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
* add support for DBSequence objects [patch #1466734]
This commit is contained in:
parent
0459e4d2b9
commit
f0547d0d3e
5 changed files with 501 additions and 12 deletions
|
@ -44,6 +44,7 @@ def suite():
|
|||
'test_queue',
|
||||
'test_recno',
|
||||
'test_thread',
|
||||
'test_sequence',
|
||||
]
|
||||
|
||||
alltests = unittest.TestSuite()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue