summaryrefslogtreecommitdiff
path: root/tests/test_async.py
Commit message (Expand)AuthorAgeFilesLines
* Avoid installing tests to site-packagesJon Dufresne2017-12-101-3/+2
* 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-1/+1
* Added readonly and deferrable attributesDaniele Varrazzo2017-02-161-8/+9
* Merge branch 'async-keyword'Daniele Varrazzo2017-02-031-8/+8
|\
| * Added async_ as an alias for asyncDaniele Varrazzo2017-02-031-8/+8
* | Further skipping of slow testsDaniele Varrazzo2017-02-021-0/+2
* | Allow skipping the slow testmanylinuxDaniele Varrazzo2017-02-021-1/+2
|/
* Python source cleanup using flake8Daniele Varrazzo2016-10-111-4/+6
* Fix async replication and test.Oleksandr Shulgin2015-10-151-16/+0
* Added select.select timeout on AsyncTests.waitJason Erickson2014-05-191-2/+2
* Meaningful connection errors report a meaningful messageDaniele Varrazzo2013-10-161-0/+10
* Testing boilerplate unified in a single base classDaniele Varrazzo2013-04-071-9/+7
* Fix tests for Postgres 9.3Catalin Iacob2013-03-161-0/+3
* Force GC during weakref testsDaniele Varrazzo2011-12-261-0/+2
* Cleanup of skipping of testing methods on certain Py/PG versionsDaniele Varrazzo2011-02-151-2/+2
* Merge branch 'python2' into python3Daniele Varrazzo2011-01-101-0/+24
|\
| * Added license to unit testsDaniele Varrazzo2011-01-091-0/+24
* | Merge branch 'python2' into python3Daniele Varrazzo2011-01-031-0/+12
|\ \ | |/
| * Broken circular reference in async executionDaniele Varrazzo2011-01-031-0/+12
* | Test suite converted into a proper package.Daniele Varrazzo2010-12-211-9/+4
|/
* Deal uniformly with test servers without pg_sleep.Daniele Varrazzo2010-11-281-10/+8
* Don't consider the kernel not blocking us on write as an error.Daniele Varrazzo2010-11-251-1/+6
* Test cleanup.Daniele Varrazzo2010-11-191-11/+22
* Making sync and async connection setup somewhat more consistent.Daniele Varrazzo2010-04-231-0/+5
* Dropped redundant call to conn_notice_process().Daniele Varrazzo2010-04-211-0/+9
* Connection method 'executing()' renamed to 'isexecuting()'.Daniele Varrazzo2010-04-211-12/+12
* Connection method 'issync()' changed into the attribute 'async'.Daniele Varrazzo2010-04-211-3/+3
* Remove fileno() and poll() from cursorsJan Urbański2010-04-211-12/+30
* Add one more test for errors involving two cursorsJan Urbański2010-04-201-0/+9
* Handle errors in asynchronous queries.Jan Urbański2010-04-201-0/+23
* Merged tests from piro and jan async fixes branchesFederico Di Gregorio2010-04-141-3/+2
* Make the first poll() of an asynchronous connection return POLL_WRITE.Jan Urbański2010-04-141-36/+33
* Make polling a cursor that's not in an async query raise an exception.Jan Urbański2010-04-141-1/+28
* Added a test to check poll() correctly calls PQflush.Daniele Varrazzo2010-04-111-0/+30
* test_async made properly executable.Daniele Varrazzo2010-04-111-0/+4
* Added test to check that connections subclasses can be asynchronous.Daniele Varrazzo2010-04-081-0/+11
* Adapt the tests to recent changesJan Urbański2010-04-051-54/+80
* Add tests for the asynchronous APIJan Urbański2010-04-051-0/+252