Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use relative imports throughout tests | Jon Dufresne | 2017-12-10 | 1 | -1/+1 |
* | Always import the system unittest | Jon Dufresne | 2017-12-01 | 1 | -1/+2 |
* | Remove "from __future__ import with_statement" | Jon Dufresne | 2017-11-28 | 1 | -3/+0 |
* | Use modern except syntax throughout project | Jon Dufresne | 2017-11-20 | 1 | -1/+1 |
* | Python source cleanup using flake8 | Daniele Varrazzo | 2016-10-11 | 1 | -3/+7 |
* | More tests tweaks | Daniele Varrazzo | 2015-02-08 | 1 | -0/+1 |
* | Don't try to close the server cursor in error state | Daniele Varrazzo | 2014-09-16 | 1 | -0/+12 |
* | Testing boilerplate unified in a single base class | Daniele Varrazzo | 2013-04-07 | 1 | -16/+12 |
* | Make sure to call subclasses methods on context exit | Daniele Varrazzo | 2012-12-03 | 1 | -0/+55 |
* | Added support for with statement for connection and cursor | Daniele Varrazzo | 2012-12-03 | 1 | -0/+157 |