summaryrefslogtreecommitdiff
path: root/tests/test_with.py
Commit message (Expand)AuthorAgeFilesLines
* Full flake8 3.5 cleanupDaniele Varrazzo2018-10-231-1/+2
* Bump tests for selective closure of named cursor to pg 8.2Daniele Varrazzo2018-07-241-1/+1
* Don't raise an exception closing an unused named cursorfix-716Daniele Varrazzo2018-05-201-1/+6
* Use relative imports throughout testsJon Dufresne2017-12-101-1/+1
* Always import the system unittestJon Dufresne2017-12-011-1/+2
* Remove "from __future__ import with_statement"Jon Dufresne2017-11-281-3/+0
* Use modern except syntax throughout projectJon Dufresne2017-11-201-1/+1
* Python source cleanup using flake8Daniele Varrazzo2016-10-111-3/+7
* More tests tweaksDaniele Varrazzo2015-02-081-0/+1
* Don't try to close the server cursor in error stateDaniele Varrazzo2014-09-161-0/+12
* Testing boilerplate unified in a single base classDaniele Varrazzo2013-04-071-16/+12
* Make sure to call subclasses methods on context exitDaniele Varrazzo2012-12-031-0/+55
* Added support for with statement for connection and cursorDaniele Varrazzo2012-12-031-0/+157