-
Recent Posts
Archives
Categories
Tags
adminer alter table andromeda apgdiff autodoc bottle cherrypy concurrency control constraints create table database tools dbdeploy diva django emacs flask git jinja liquibase mako pagila pesto pgfoundry php post facto postgresql psycopg pyramid python pyyaml sqlalchemy test driven development testing tox ttm twisted unittest user interfaces version control versioning web.py web2py webob werkzeug windowsBlogroll
Meta
Monthly Archives: September 2012
Testing Python and PostgreSQL on Windows, Part 3
As a commenter mentioned in response to Part 2, an alternative to using pip install psycopg2, which requires that you first install VC++ 2008 Express, is to download and install the Windows port, aka win-psycopg. Jason Erickson makes these builds … Continue reading
Posted in PostgreSQL, Python
Tagged postgresql, psycopg, python, testing, tox, virtualenv
3 Comments
Testing Python and PostgreSQL on Windows, Part 2
In the previous post, I covered installation of Git, PostgreSQL and Python under Windows in order to set up a Pyrseas testing and development environment. Today, we’ll explore installation of the Python dependencies. The Hitchhiker’s Guide to Python recommends first … Continue reading
Posted in PostgreSQL, Python
Tagged postgresql, psycopg, python, pyyaml, testing, windows
4 Comments
Testing Python and PostgreSQL on Windows – Basics
In my previous post, I wrote: Although I have not yet personally run the [Pyrseas] unit tests on Windows …, I believe the tox setup should be quite portable …, since the tests only depend on Python and psycopg2 being … Continue reading
Testing Python and PostgreSQL on Multiple Platforms
I’m working on making the Pyrseas functional tests portable enough so that they can be submitted to the repository. Until now, these tests —which exercise dbtoyaml and yamltodb directly— existed as Linux shell scripts. Briefly, each test runs both dbtoyaml … Continue reading
An Apology to Roberto Alsina
This post is off-topic from the main topics of the blog. It is written to defend from an accusation. Yesterday I read through Roberto Alsina’s post where he described the inequities caused by the government of the city of San … Continue reading
Posted in Offtopic
2 Comments