2018
2010
2009
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