summaryrefslogtreecommitdiff
path: root/tests/testconfig.py
Commit message (Collapse)AuthorAgeFilesLines
* Improve async replication test.Oleksandr Shulgin2015-10-191-0/+2
|
* Fix PSYCOPG2_TEST_REPL_DSN handling.Oleksandr Shulgin2015-10-161-1/+5
|
* Fix ReplicationTest: no NotSupportedError now.Oleksandr Shulgin2015-10-141-3/+1
|
* Report NotSupportedError for PGRES_COPY_BOTH and PGRES_SINGLE_TUPLEDaniele Varrazzo2015-09-301-0/+2
| | | | Fixes #352.
* Fixed linefeeds on merged files to unix linefeedsJason Erickson2011-02-101-36/+36
| | | | | Merge utility changed the linefeeds from unix to windows. Changed the linefeeds back to unix linefeeds.
* Merge remote branch 'upstream/devel' into develJason Erickson2011-02-101-36/+36
|\ | | | | | | | | | | | | Conflicts: setup.py tests/__init__.py tests/testconfig.py
| * Test suite converted into a proper package.Daniele Varrazzo2010-12-211-0/+33
| | | | | | Dropped cyclic import from modules to tests: they were only working because a second copy of the package was found in the project dir. Use relative import so that 2to3 can do a good conversion.
* Pulled down changes from dvarrazzo branch on ghJason Erickson2011-02-101-0/+36
Pulled the master branch from of Daniele's psycopg branch on github and merged the changes.