January 2009
true false maybe » SQLAlchemy Migrations
by greutHere's my quickstart on how to get up and running with sqlalchemy migrations under pylons.
how to set up sqlalchemy-migrate for your application.
July 2008
Using Fixture To Test A Pylons SQLAlchemy App — fixture v1.0 documentation
by greutThis explains how to use fixture in the test suite of a simple Address Book application written in Pylons powered by two tables in a SQLite database via SQLAlchemy.
simple way to do unit testing with Pylons