[sqlalchemy] Mocking sqlalchemy query results for tests

2013-10-08 Thread Henning Sprang
I searched a bit but didn't quite find something that I recognized as being what I'm looking for. What are you doing to test the part of your application that deals directly with SQLAlchemy results, wehn it comes to mocking the behaviour of the result object? The background: I am developing an

[sqlalchemy] automated mapping - sqlalchemy or sqlsoup or something else

2013-07-25 Thread Henning Sprang
Hi, To automatically be able to access a large legacy database whithout having to write manual mapping code, I'd like to have a tool with automated mapping support. There seem to be two tools that offer something like this - sqlsoup and sqlasagna, but both seem not very actively supported - no