summaryrefslogtreecommitdiff
path: root/tests/testutils.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deal uniformly with test servers without pg_sleep.Daniele Varrazzo2010-11-281-1/+25
* Fixed import of test functions from Python 2.7 unittest.Daniele Varrazzo2010-11-191-1/+2
* Test cleanup.Daniele Varrazzo2010-11-191-0/+46