summaryrefslogtreecommitdiff
path: root/tests/test_cancel.py
Commit message (Expand)AuthorAgeFilesLines
* Use relative imports throughout testsJon Dufresne2017-12-101-2/+2
* Always import the system unittestJon Dufresne2017-12-011-1/+2
* Use modern except syntax throughout projectJon Dufresne2017-11-201-2/+2
* Work around a race condition in async cancel testDaniele Varrazzo2017-02-061-1/+4
* Slower timeout for a test that sometimes failDaniele Varrazzo2017-02-051-1/+1
* Merge branch 'async-keyword'Daniele Varrazzo2017-02-031-2/+2
|\
| * Added async_ as an alias for asyncDaniele Varrazzo2017-02-031-2/+2
* | Allow skipping the slow testmanylinuxDaniele Varrazzo2017-02-021-1/+2
|/
* Python source cleanup using flake8Daniele Varrazzo2016-10-111-0/+2
* Testing boilerplate unified in a single base classDaniele Varrazzo2013-04-071-7/+4
* Cleanup of skipping of testing methods on certain Py/PG versionsDaniele Varrazzo2011-02-151-3/+3
* Merge branch 'python2' into python3Daniele Varrazzo2011-01-101-0/+23
|\
| * Added license to unit testsDaniele Varrazzo2011-01-091-0/+23
| * All tests made executable.Daniele Varrazzo2011-01-071-0/+0
* | Merge branch 'python2' into python3Daniele Varrazzo2011-01-011-1/+1
|\ \ | |/
| * Shorter "never ending query" to test query canceling.Daniele Varrazzo2010-12-041-1/+1
* | Test suite converted into a proper package.Daniele Varrazzo2010-12-211-5/+5
|/
* Deal uniformly with test servers without pg_sleep.Daniele Varrazzo2010-11-281-1/+3
* Support query cancellation.Jan UrbaƄski2010-11-281-0/+89