mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-26 10:53:44 +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:
|
else:
|
||||||
cnn.close()
|
cnn.close()
|
||||||
|
|
||||||
|
import bug_gc
|
||||||
import bugX000
|
import bugX000
|
||||||
import extras_dictcursor
|
import extras_dictcursor
|
||||||
import test_dates
|
import test_dates
|
||||||
|
@ -62,6 +63,7 @@ import test_cancel
|
||||||
|
|
||||||
def test_suite():
|
def test_suite():
|
||||||
suite = unittest.TestSuite()
|
suite = unittest.TestSuite()
|
||||||
|
suite.addTest(bug_gc.test_suite())
|
||||||
suite.addTest(bugX000.test_suite())
|
suite.addTest(bugX000.test_suite())
|
||||||
suite.addTest(extras_dictcursor.test_suite())
|
suite.addTest(extras_dictcursor.test_suite())
|
||||||
suite.addTest(test_dates.test_suite())
|
suite.addTest(test_dates.test_suite())
|
||||||
|
|
Loading…
Reference in New Issue
Block a user