summaryrefslogtreecommitdiff
path: root/tests/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updated to 2021Daniele Varrazzo2021-06-151-1/+1
* Drop support for EOL Python 2.7Hugo van Kemenade2020-11-171-5/+0
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Read exceptions to raise from a Python moduleDaniele Varrazzo2018-08-171-0/+2
* Use relative imports throughout testsJon Dufresne2017-12-101-26/+26
* Use print() function instead of print statement throughout projectJon Dufresne2017-12-101-2/+2
* Always import the system unittestJon Dufresne2017-12-011-1/+1
* Use modern except syntax throughout projectJon Dufresne2017-11-201-1/+1
* Merge branch 'master' into sql-composesql-composeDaniele Varrazzo2017-02-031-0/+12
|\
| * Merge branch 'async-keyword'Daniele Varrazzo2017-02-031-0/+10
| |\
| | * Added async_ as an alias for asyncDaniele Varrazzo2017-02-031-0/+5
| | * Convert warnings into errors on testDaniele Varrazzo2017-02-031-0/+5
| * | Avoid an useless encode/decode roundtrip in execute_values()Daniele Varrazzo2017-02-021-0/+2
| |/
* | Adding some boilerplate for the new moduleDaniele Varrazzo2017-01-011-2/+5
|/
* Added ipaddress objects conversionDaniele Varrazzo2016-10-111-7/+4
* Python source cleanup using flake8Daniele Varrazzo2016-10-111-0/+1
* Merge branch 'master' into feature/replication-protocol-c-connection-objectOleksandr Shulgin2016-03-041-0/+2
|\
| * Fixed race condition on import in errorcodes.lookupDaniele Varrazzo2015-12-161-0/+2
* | Actually add replication tests to the test suite.Oleksandr Shulgin2015-10-201-0/+2
|/
* Added support for with statement for connection and cursorDaniele Varrazzo2012-12-031-0/+7
* Tests in orderDaniele Varrazzo2011-11-181-23/+22
* Added test module to verify the dsn manipulationDaniele Varrazzo2011-11-171-0/+2
* All unit test modules have a test_ prefixDaniele Varrazzo2011-10-191-10/+10
* Don't check the test db exists at psycopg2.tests import timeDaniele Varrazzo2011-03-301-11/+11
* Merge branch 'python2' into python3Daniele Varrazzo2011-01-101-0/+23
|\
| * Added license to unit testsDaniele Varrazzo2011-01-091-0/+22
* | Fixed test suite execution as a scriptDaniele Varrazzo2011-01-031-1/+1
* | Merge branch 'python2' into python3Daniele Varrazzo2011-01-021-0/+2
|\ \ | |/
| * Added missing test to the test suite.Daniele Varrazzo2011-01-021-0/+2
* | Test suite converted into a proper package.Daniele Varrazzo2010-12-211-30/+2
|/
* Bail out early from tests if connection to the test db fails.Daniele Varrazzo2010-12-011-0/+12
* Support query cancellation.Jan Urbański2010-11-281-0/+2
* Test cleanup.Daniele Varrazzo2010-11-191-9/+3
* Added test to verify executemany doesn't propagate exceptions.Daniele Varrazzo2010-07-091-0/+2
* Tests can be run again different coroutine libraries.Daniele Varrazzo2010-05-191-2/+9
* Dropped large object support when psycopg is in green mode.Daniele Varrazzo2010-05-091-2/+2
* Forbid COPY-related methods in green mode.Daniele Varrazzo2010-04-211-1/+7
* Correctly flush async queries in 'green' mode.Daniele Varrazzo2010-04-211-0/+2
* The test suite can be run against the green path.Daniele Varrazzo2010-04-211-0/+7
* Notifications are automatically read after each query.Daniele Varrazzo2010-04-211-0/+2
* Added some COPY tests.Daniele Varrazzo2010-04-071-0/+2
* Add tests for the asynchronous APIJan Urbański2010-04-051-0/+2
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-0/+1
* Fixed error in register_type()Federico Di Gregorio2009-03-021-0/+2
* Add basic tests for large object code. Fix lobject.seek() to actually James Henstridge2008-05-051-0/+2
* 2008-04-21 Jorgen Austvik <Jorgen.Austvik@sun.com>James Henstridge2008-04-201-0/+12
* * tests/test_connection.py (ConnectionTests): add simple tests forJames Henstridge2008-01-191-0/+2
* * tests/__init__.py (test_suite): add date tests to test suite.James Henstridge2008-01-161-0/+2
* Added 'make check' target, running all the available tests.Daniele Varrazzo2007-11-111-15/+19