summaryrefslogtreecommitdiff
path: root/tests/test_module.py
Commit message (Expand)AuthorAgeFilesLines
* Added test to verify _psycopg can be importedDaniele Varrazzo2014-08-261-1/+26
* Fixed pickling of exceptions with no pgerror/pgcode setDaniele Varrazzo2013-07-191-0/+15
* Skip tests on python implementations without getrefcount()Daniele Varrazzo2013-05-111-1/+1
* Testing boilerplate unified in a single base classDaniele Varrazzo2013-04-071-10/+2
* Merge branch 'diagnostics' into develDaniele Varrazzo2013-03-201-0/+32
|\
| * Added tests to verify the new Diagnostics propertiesDaniele Varrazzo2013-03-201-0/+32
* | Tests tweaked to run on all the supported versionsDaniele Varrazzo2013-03-181-1/+2
|/
* Added test to verify Diagnostics works after copy errorsDaniele Varrazzo2013-03-181-0/+11
* Added test to verify Diagnostics reference disposalDaniele Varrazzo2013-03-181-0/+25
* Added all supported properties to the Diagnostic objectDaniele Varrazzo2013-03-171-1/+31
* Work-in-progress support for retrieving PG_DIAG result error fields.Matthew Woodcraft2013-03-171-1/+20
* Raise TypeError instead of InterfaceError on bad params on connect()Daniele Varrazzo2012-09-261-6/+6
* Dropped quirks in connection arguments handlingDaniele Varrazzo2012-09-251-0/+8
* Fixed exception testing on Python 3Daniele Varrazzo2012-02-231-4/+6
* Make Error and subclasses picklableDaniele Varrazzo2012-01-141-1/+34
* Added test to check connect() with no parametersDaniele Varrazzo2011-11-171-0/+7
* Escape parameters to the connection strings as required by PQconnectdbDaniele Varrazzo2011-11-171-0/+20
* Added test module to verify the dsn manipulationDaniele Varrazzo2011-11-171-0/+107