mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-26 02:43:43 +03:00
Added missing test to the test suite.
This commit is contained in:
parent
17f69ba735
commit
3cc8719998
|
@ -43,6 +43,7 @@ except Exception, e:
|
|||
else:
|
||||
cnn.close()
|
||||
|
||||
import bug_gc
|
||||
import bugX000
|
||||
import extras_dictcursor
|
||||
import test_dates
|
||||
|
@ -62,6 +63,7 @@ import test_cancel
|
|||
|
||||
def test_suite():
|
||||
suite = unittest.TestSuite()
|
||||
suite.addTest(bug_gc.test_suite())
|
||||
suite.addTest(bugX000.test_suite())
|
||||
suite.addTest(extras_dictcursor.test_suite())
|
||||
suite.addTest(test_dates.test_suite())
|
||||
|
|
Loading…
Reference in New Issue
Block a user