2010
2008
Using Fixture To Test A Pylons SQLAlchemy App — fixture v1.0 documentation
This 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