summaryrefslogtreecommitdiff
path: root/tests/testutils.py
Commit message (Expand)AuthorAgeFilesLines
* Use the connection.info properties instead of the legacy methodsconnection-infoDaniele Varrazzo2018-10-131-4/+4
* Prefer https:// URLs when availableJon Dufresne2018-09-221-1/+1
* In tests, use compat.py where there is overlapJon Dufresne2017-12-111-3/+2
* Avoid installing tests to site-packagesJon Dufresne2017-12-101-0/+17
* Use relative imports throughout testsJon Dufresne2017-12-101-2/+2
* Remove unnecessary script_to_py3; make scripts compatible insteadJon Dufresne2017-12-011-28/+0
* Dropped unused test functionsDaniele Varrazzo2017-11-281-3/+0
* Remove redundant hasattr checksHugo2017-11-281-31/+2
* Merge remote-tracking branch 'jdufresne/uuid'Daniele Varrazzo2017-11-281-5/+0
|\
| * Remove uuid workaround for older PythonsJon Dufresne2017-11-261-5/+0
* | Merge remote-tracking branch 'jdufresne/iobase'Daniele Varrazzo2017-11-281-14/+0
|\ \
| * | Remove io.TextIOBase workaround for Python <= 2.5Jon Dufresne2017-11-261-14/+0
| |/
* | Remove workarounds for namedtuple on Python <= 2.5Jon Dufresne2017-11-261-13/+0
|/
* Use modern except syntax throughout projectJon Dufresne2017-11-201-3/+3
* Skip the tests according to the earliest of libpq built/linked.Daniele Varrazzo2017-03-021-1/+1
* Don't try to use unittest2no-unittest2Daniele Varrazzo2017-03-011-8/+1
* Deal consistently with E'' quotes in testsDaniele Varrazzo2017-02-061-1/+14
* assertDsnEqual moved as TestSuite methodDaniele Varrazzo2017-02-061-4/+7
* Merge branch 'async-keyword'Daniele Varrazzo2017-02-031-3/+11
|\
| * Added async_ as an alias for asyncDaniele Varrazzo2017-02-031-1/+5
| * Convert warnings into errors on testDaniele Varrazzo2017-02-031-2/+6
* | Added note about finding slow testsDaniele Varrazzo2017-02-021-1/+6
* | Allow skipping the slow testmanylinuxDaniele Varrazzo2017-02-021-1/+10
|/
* Added test to verify bug #482Daniele Varrazzo2016-12-251-1/+10
* Fixed tests failing on Python 2.6Daniele Varrazzo2016-12-241-0/+3
* Python source cleanup using flake8Daniele Varrazzo2016-10-111-5/+20
* Merge branch 'master' into replication-protocolDaniele Varrazzo2016-08-071-1/+1
|\
| * Fix scattered grammar/spelling errors in comments, debug output, etc.Greg Ward2016-06-301-1/+1
* | Move replication connection to C level.Oleksandr Shulgin2015-10-271-3/+0
* | Fix async replication and test.Oleksandr Shulgin2015-10-151-1/+20
|/
* Report NotSupportedError for PGRES_COPY_BOTH and PGRES_SINGLE_TUPLEDaniele Varrazzo2015-09-301-3/+26
* Add libpq version discoveryOleksandr Shulgin2015-06-011-0/+37
* Fix several typosHyunjun Kim2015-05-031-1/+2
* Skip test_cleanup_on_badconn_close on WindowsJason Erickson2014-05-191-0/+12
* New implementation of Range sorting that works for Python 2.5 to 3.3, at least.Chris Withers2014-02-181-0/+10
* Skip tests on python implementations without getrefcount()Daniele Varrazzo2013-05-061-0/+9
* Testing boilerplate unified in a single base classDaniele Varrazzo2013-04-071-3/+50
* Use wrap to fix names of decorated test methodsDaniele Varrazzo2013-03-201-10/+23
* Tests tweaked to run on all the supported versionsDaniele Varrazzo2013-03-181-0/+10
* Properly cleanup memory of broken connectionsDaniele Varrazzo2013-03-161-0/+15
* Parse bytea output format ourselves instead of using the libpqDaniele Varrazzo2011-03-261-18/+0
* Raise an exception if the libpq fails to decode bytea in hex formatDaniele Varrazzo2011-02-231-0/+18
* Provide cursor.description as named tuple if possibleDaniele Varrazzo2011-02-191-0/+13
* Cleanup of skipping of testing methods on certain Py/PG versionsDaniele Varrazzo2011-02-151-43/+53
* Python 3 conversion failure on WindowsJason Erickson2011-02-111-3/+7
* Pulled down changes from dvarrazzo branch on ghJason Erickson2011-02-101-0/+70
* Skip GC bug test if uuid is not availableDaniele Varrazzo2011-01-181-0/+23
* Fixed check for pg_sleep availability in testsDaniele Varrazzo2011-01-181-1/+1
* Test decorator moved into the test utilities moduleDaniele Varrazzo2011-01-091-0/+27
* Added license to unit testsDaniele Varrazzo2011-01-091-3/+22