summaryrefslogtreecommitdiff
path: root/tests/test_lobject.py
Commit message (Expand)AuthorAgeFilesLines
* A few large objects tests fixedDaniele Varrazzo2011-01-101-9/+12
* Large object mode parsing refactoredDaniele Varrazzo2011-01-101-3/+3
* Added tests to check large objects decodingDaniele Varrazzo2011-01-101-1/+26
* Merge branch 'python2' into python3Daniele Varrazzo2011-01-101-1/+59
|\
| * Invalidate large objects after a two-phase commit operationDaniele Varrazzo2011-01-101-2/+27
| * Fixed segfault in large object close.Daniele Varrazzo2011-01-101-0/+9
| * Added license to unit testsDaniele Varrazzo2011-01-091-0/+23
| * All tests made executable.Daniele Varrazzo2011-01-071-0/+0
* | Avoid ResourceWarning in tests in Python 3.2Daniele Varrazzo2011-01-081-3/+15
* | Several tests ported to Python 3.Daniele Varrazzo2010-12-311-26/+27
* | Test suite converted into a proper package.Daniele Varrazzo2010-12-211-4/+4
|/
* Test cleanup.Daniele Varrazzo2010-11-191-27/+40
* Support large objects truncating.Jan UrbaƄski2010-03-291-1/+65
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-0/+4
* Fixed problem with large writes in large objects codeFederico Di Gregorio2009-08-091-0/+15
* Fixed lobject test failuresFederico Di Gregorio2009-04-011-0/+1
* * tests/test_lobject.py (LargeObjectTests): add more tests,James Henstridge2008-05-061-11/+179
* Add basic tests for large object code. Fix lobject.seek() to actually James Henstridge2008-05-051-0/+80