summaryrefslogtreecommitdiff
path: root/tests/test_module.py
Commit message (Expand)AuthorAgeFilesLines
* Upgrade f-strings with flyntHugo van Kemenade2020-11-171-5/+5
* Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2020-11-171-3/+3
* Added reason for skipping on CockroachDBDaniele Varrazzo2020-07-271-4/+4
* Several other tests skipped for CockroachDBDaniele Varrazzo2020-07-221-1/+5
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Other import moved to top level in testsDaniele Varrazzo2019-03-161-2/+1
* Move imports to the top of the module across testsJon Dufresne2019-03-161-3/+2
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Full flake8 3.5 cleanupDaniele Varrazzo2018-10-231-0/+1
* Added Diagnostics.severity_nonlocalized attributediag-schema-name-nonlocDaniele Varrazzo2018-10-041-2/+11
* Avoid installing tests to site-packagesJon Dufresne2017-12-101-2/+1
* Use relative imports throughout testsJon Dufresne2017-12-101-1/+1
* Merge remote-tracking branch 'jdufresne/import-unittest'Daniele Varrazzo2017-12-021-1/+2
|\
| * Always import the system unittestJon Dufresne2017-12-011-1/+2
* | Remove unnecessary script_to_py3; make scripts compatible insteadJon Dufresne2017-12-011-2/+2
|/
* Remove use of skip_before_python for unsupported Python versionsJon Dufresne2017-11-261-3/+1
* Use modern except syntax throughout projectJon Dufresne2017-11-201-11/+11
* assertDsnEqual moved as TestSuite methodDaniele Varrazzo2017-02-061-7/+7
* Merge branch 'async-keyword'Daniele Varrazzo2017-02-031-18/+15
|\
| * Added async_ as an alias for asyncDaniele Varrazzo2017-02-031-19/+16
* | Further skipping of slow testsDaniele Varrazzo2017-02-021-2/+3
|/
* Fixed tests failing on Python 2.6Daniele Varrazzo2016-12-241-2/+2
* Use python-defined make_dsn() for ReplicationConnection classOleksandr Shulgin2016-03-081-1/+1
* Merge branch 'master' into feature/replication-protocol-c-connection-objectOleksandr Shulgin2016-03-041-34/+29
|\
| * Validate output result from make_dsn()Daniele Varrazzo2016-03-031-22/+12
| * Verify that the dsn is not manipulated by make_dsn if not necessaryDaniele Varrazzo2016-03-031-12/+25
| * Implementation of make_dsn in PythonDaniele Varrazzo2016-03-031-18/+20
* | Rework psycopg2.connect() interface.Oleksandr Shulgin2015-10-271-8/+24
|/
* Add test for libpq_versionOleksandr Shulgin2015-06-021-0/+9
* Added test to verify _psycopg can be importedDaniele Varrazzo2014-08-281-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-061-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