summaryrefslogtreecommitdiff
path: root/tests/test_connection.py
Commit message (Expand)AuthorAgeFilesLines
* Obscure the password on url dsn tooDaniele Varrazzo2017-03-161-7/+4
* Added tests to verify the password is obscuredDaniele Varrazzo2017-03-151-0/+40
* Bunch of test tweaks to make the test grid greenDaniele Varrazzo2017-03-141-10/+2
* Ignore None arguments passed to make_dsn()fix-517Daniele Varrazzo2017-03-011-0/+4
* Added readonly and deferrable attributesDaniele Varrazzo2017-02-161-15/+112
* Revert pre-2.7b1 behaviour of silent rollback on conn.set_isolation_level()Daniele Varrazzo2017-02-161-6/+26
* connection.isolation_level is now writableDaniele Varrazzo2017-02-161-78/+179
* Merge branch 'no-set-default-session'Daniele Varrazzo2017-02-071-53/+54
|\
| * Set default_transaction_* GUC if session state is changed in autocomitDaniele Varrazzo2017-02-041-24/+25
| * Exposing ISOLATION_LEVEL_DEFAULT to PythonDaniele Varrazzo2017-02-041-1/+1
| * Test looking the transactions characteristics instead of the defaultDaniele Varrazzo2017-02-041-28/+28
* | assertDsnEqual moved as TestSuite methodDaniele Varrazzo2017-02-061-5/+5
|/
* Merge branch 'async-keyword'Daniele Varrazzo2017-02-031-8/+5
|\
| * Added async_ as an alias for asyncDaniele Varrazzo2017-02-031-8/+5
* | Further skipping of slow testsDaniele Varrazzo2017-02-021-0/+2
* | Allow skipping the slow testmanylinuxDaniele Varrazzo2017-02-021-1/+5
|/
* Fixed tests failing on Python 2.6Daniele Varrazzo2016-12-241-1/+1
* Python source cleanup using flake8Daniele Varrazzo2016-10-111-20/+35
* Merge branch 'master' into replication-protocolDaniele Varrazzo2016-08-071-0/+7
|\
| * Merge branch 'conn-get-parameters'Daniele Varrazzo2016-07-011-0/+7
| |\
| | * Add skip_before_libpq for test_get_dsn_parametersOleksandr Shulgin2015-10-301-0/+1
| | * Fix typo in a new test nameOleksandr Shulgin2015-10-301-1/+1
| | * Add connection.get_dsn_parameters()Oleksandr Shulgin2015-10-301-0/+6
* | | Merge branch 'master' into feature/replication-protocol-c-connection-objectOleksandr Shulgin2016-03-041-34/+95
|\ \ \ | |/ /
| * | Allow make_dsn to take no parameterDaniele Varrazzo2016-03-031-2/+2
| * | Validate output result from make_dsn()Daniele Varrazzo2016-03-031-20/+31
| * | Test that the empty dsn is a valid make_dsn inputDaniele Varrazzo2016-03-031-0/+4
| * | Added test suite specific for make_dsnDaniele Varrazzo2016-03-031-35/+82
| |/
* | Fix async replication and test.Oleksandr Shulgin2015-10-151-49/+0
* | Use quote_ident from psycopg2.extensionsOleksandr Shulgin2015-10-151-0/+14
* | Update stop_repl, require replication consumer to be a callable.Oleksandr Shulgin2015-10-141-1/+5
* | Fix stop_replication: always raise outside the loop.Oleksandr Shulgin2015-10-141-0/+12
* | Fix ReplicationTest: no NotSupportedError now.Oleksandr Shulgin2015-10-141-5/+13
|/
* Drop spurious notices in testDaniele Varrazzo2015-10-011-1/+2
* Added unicode support to parse_dsnDaniele Varrazzo2015-10-011-3/+23
* Fixed parse_dsn tests on Python 3Daniele Varrazzo2015-10-011-2/+2
* Separate parse_dsn test in a test case of their ownDaniele Varrazzo2015-10-011-0/+2
* Merge branch 'master' into parse-dsnDaniele Varrazzo2015-10-011-0/+48
|\
| * Report NotSupportedError for PGRES_COPY_BOTH and PGRES_SINGLE_TUPLEDaniele Varrazzo2015-09-301-0/+12
| * Allow connection.notices and notifies to be replaced.Daniele Varrazzo2015-06-021-0/+36
* | Separate parse_dsn test on URI, for libpq >= 9.2Oleksandr Shulgin2015-06-021-5/+22
* | One more parse_dsn test for unquoted spaceOleksandr Shulgin2015-06-011-0/+3
* | Move parse_dsn to extensions, add testsOleksandr Shulgin2015-06-011-0/+31
|/
* Fixed excessively strict notices testDaniele Varrazzo2014-08-311-3/+0
* Skip test_cleanup_on_badconn_close on WindowsJason Erickson2014-05-191-0/+2
* Fixed explicit connection.cursor(cursor_factory=None)Daniele Varrazzo2014-04-301-0/+10
* Dropped unneeded pass in testDaniele Varrazzo2014-04-031-1/+1
* Fixed dsn and closed attributes in failing connection subclasses.Daniele Varrazzo2014-04-031-0/+12
* Added cursor_factory connection attribute and connect() parameterDaniele Varrazzo2013-04-071-0/+25
* Testing boilerplate unified in a single base classDaniele Varrazzo2013-04-071-54/+15