summaryrefslogtreecommitdiff
path: root/tests/test_green.py
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Full flake8 3.5 cleanupDaniele Varrazzo2018-10-231-0/+1
* Fixed infinite loop in pq_get_last_result after COPYDaniele Varrazzo2018-10-101-1/+7
* Use relative imports throughout testsJon Dufresne2017-12-101-1/+1
* Added test to verify callback errors in named cursorsDaniele Varrazzo2017-04-051-0/+17
* Added test to verify #410Daniele Varrazzo2017-04-051-0/+68
* Allow skipping the slow testmanylinuxDaniele Varrazzo2017-02-021-1/+2
* Python source cleanup using flake8Daniele Varrazzo2016-10-111-1/+3
* Testing boilerplate unified in a single base classDaniele Varrazzo2013-04-071-4/+5
* Close the connection on error in callbackDaniele Varrazzo2012-10-061-3/+16
* Merge branch 'python2' into python3Daniele Varrazzo2011-01-101-0/+22
|\
| * Added license to unit testsDaniele Varrazzo2011-01-091-0/+22
| * All tests made executable.Daniele Varrazzo2011-01-071-0/+0
* | Test suite converted into a proper package.Daniele Varrazzo2010-12-211-2/+2
* | Some light cleanup for Py3 conversion.Daniele Varrazzo2010-12-211-1/+1
|/
* More careful connections handling during tests.Daniele Varrazzo2010-11-281-5/+4
* Don't consider the kernel not blocking us on write as an error.Daniele Varrazzo2010-11-251-1/+6
* Try to restore the connection state after a wait callback error.Daniele Varrazzo2010-04-211-0/+16
* Correctly flush async queries in 'green' mode.Daniele Varrazzo2010-04-211-0/+60