summaryrefslogtreecommitdiff
path: root/tests/test_lobject.py
Commit message (Expand)AuthorAgeFilesLines
* Use relative imports throughout testsJon Dufresne2017-12-101-1/+1
* Always import the system unittestJon Dufresne2017-12-011-1/+2
* Remove redundant parenthesesHugo2017-11-281-2/+2
* Merge remote-tracking branch 'fix_lobject_factory'Daniele Varrazzo2017-04-191-0/+7
|\
| * Python < 3.2 doesn’t have assertIsInstanceFrazer McLean2017-04-161-1/+1
| * Fix name of lobject keyword argumentFrazer McLean2017-04-161-0/+7
* | Handle lobject mode=None correctlyFrazer McLean2017-04-161-0/+7
|/
* Further skipping of slow testsDaniele Varrazzo2017-02-021-2/+3
* Python source cleanup using flake8Daniele Varrazzo2016-10-111-8/+17
* Dropped use of b() "macro" and 2to3 fixerDaniele Varrazzo2016-08-151-18/+17
* Accept overflow errors testing for LO64 funcsDaniele Varrazzo2015-02-081-2/+2
* Fixed typo in testsDaniele Varrazzo2014-12-251-1/+1
* Keep into account psycopg build in lo64 testsDaniele Varrazzo2014-12-251-10/+23
* Modify truncate to use lo_truncate64. Use HAVE_LO64 define to use new lo_*64 ...Blake Rouse2014-12-251-18/+49
* Use lseek64 and ltell64 to support large object greater than 2gb in size.Blake Rouse2014-12-251-0/+18
* Check the connection is really bad on exception before closing itDaniele Varrazzo2014-04-051-0/+1
* Fixed overflow opening a lobject with an oid not fitting in a signed intDaniele Varrazzo2014-04-031-0/+6
* Check connection type in lobject initDaniele Varrazzo2013-11-271-0/+4
* Testing boilerplate unified in a single base classDaniele Varrazzo2013-04-071-15/+9
* Use wrap to fix names of decorated test methodsDaniele Varrazzo2013-03-201-11/+8
* Fixed broken test decorator preventing 3 tests to runDaniele Varrazzo2013-03-201-4/+6
* Dropped duplicate importDaniele Varrazzo2012-01-141-2/+1
* 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