Am 17.11.2015 um 21:21 schrieb D'Arcy J.M. Cain:
I am going to go ahead and copy my opendb stuff over. Mainly I want to allow local configuration as the server that I am using to test is not running a database. Besides, we can test against different versions of PostGreSQL if we want.
I've already started working on test_pg, better let me care for that so we don't interfere.
You can continue to work on the trunk. I'll create the 4.x branch at the point where you departed, and make sure the tests run at that point, then I'll merge the new tests back to the trunk.
Note that while it makes sense to test against a different version of PostgreSQL, the test would still use the same locally installed pqlib version. So to have full coverage, you will need several virtual machines or docker containers for testing anyway, with different Postgres and Python versions.
I wonder if we should move to GitHub, and use Travis for testing? This would allow us to test with various Python and Postgres versions:
http://docs.travis-ci.com/user/using-postgresql/ -- Christoph _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
