summaryrefslogtreecommitdiff
path: root/tests/test_copy.py
Commit message (Expand)AuthorAgeFilesLines
* Avoid installing tests to site-packagesJon Dufresne2017-12-101-3/+2
* Use relative imports throughout testsJon Dufresne2017-12-101-9/+9
* Merge remote-tracking branch 'jdufresne/import-unittest'Daniele Varrazzo2017-12-021-1/+2
|\
| * Always import the system unittestJon Dufresne2017-12-011-1/+2
* | Remove unnecessary script_to_py3; make scripts compatible insteadJon Dufresne2017-12-011-3/+3
|/
* Remove io.TextIOBase workaround for Python <= 2.5Jon Dufresne2017-11-261-4/+1
* Use modern except syntax throughout projectJon Dufresne2017-11-201-1/+1
* Further skipping of slow testsDaniele Varrazzo2017-02-021-0/+2
* Allow skipping the slow testmanylinuxDaniele Varrazzo2017-02-021-2/+5
* Python source cleanup using flake8Daniele Varrazzo2016-10-111-17/+22
* Propagate read error messages in COPY FROMDaniele Varrazzo2015-02-081-0/+28
* Fixed segfault if COPY statements are executedDaniele Varrazzo2014-06-061-1/+39
* Skip rowcount on copy test on postgres < 8.2Daniele Varrazzo2014-05-131-1/+2
* Copy operations correctly set the cursor.rowcount attributeDaniele Varrazzo2014-05-051-0/+28
* Added test to verify copysize handling in copy_expertDaniele Varrazzo2013-05-061-0/+14
* Testing boilerplate unified in a single base classDaniele Varrazzo2013-04-071-7/+4
* Tests tweaked to run on all the supported versionsDaniele Varrazzo2013-03-181-13/+3
* Allocate dynamically memory for the list of columns in COPYDaniele Varrazzo2011-09-121-0/+19
* Fixed copyfile refcount in copy_expertDaniele Varrazzo2011-06-071-0/+9
* Added complete roundtrip test with copy_expert and UnicodeDaniele Varrazzo2011-02-191-1/+34
* COPY sends unicode to a file if it derives from io.TextIoBaseDaniele Varrazzo2011-02-051-3/+57
* Merge branch 'python2' into python3Daniele Varrazzo2011-01-101-0/+23
|\
| * Added license to unit testsDaniele Varrazzo2011-01-091-0/+23
| * All tests made executable.Daniele Varrazzo2011-01-071-0/+0
* | Use ascii_letters instead of letters.Daniele Varrazzo2010-12-311-6/+6
* | Test suite converted into a proper package.Daniele Varrazzo2010-12-211-3/+3
|/
* Test cleanup.Daniele Varrazzo2010-11-191-1/+14
* Exceptions raised by the columns iterator propagated.Daniele Varrazzo2010-07-101-0/+14
* Added test to verify copy_from() with columns.Daniele Varrazzo2010-07-101-1/+14
* Added some COPY tests.Daniele Varrazzo2010-04-071-0/+104