[sqlalchemy] Django-like test fixtures via SQLAlchemy?

2011-03-11 Thread Todd Rowell
Hi All- I'm a long-time Django user who has become accustomed to Django's easy generation and loading of test fixtures (i.e., a known database state for testing) and I'm looking for something similar for SQLAlchemy. I've seen and been working with Kumar's fixture project (http://

Re: [sqlalchemy] Django-like test fixtures via SQLAlchemy?

2011-03-11 Thread Michael Bayer
On Mar 11, 2011, at 2:25 PM, Todd Rowell wrote: Hi All- I'm a long-time Django user who has become accustomed to Django's easy generation and loading of test fixtures (i.e., a known database state for testing) and I'm looking for something similar for SQLAlchemy. I've seen and been