Daniel <[EMAIL PROTECTED]> wrote: > Does anyone know about a module that acts as a database stub for > python unittests?
It's not database-specific, but the Mock module should help you here: http://python-mock.sourceforge.net/ There's even an example on that page for mocking a database. -- http://mail.python.org/mailman/listinfo/python-list