great !! for a versioning unittest example, take a look at test/orm/ unitofwork.py, class VersioningTest. you can probably copy that class into the activemapper test suite with just a few changes.
On Oct 19, 2006, at 2:06 AM, Simon Wittber wrote: > > On Oct 19, 3:17 am, Jonathan LaCour <[EMAIL PROTECTED]> > wrote: >> >> I would certainly appreciate any help I can get on ActiveMapper. >> > > I opened a ticket for an enhancment and uploaded a patch for > ActiveMapper.py and the ActiveMapper tests. The test needs more > work to > simulate a concurrent update and check for exception, which I do not > know how to do... > > http://www.sqlalchemy.org/trac/ticket/348 > > -Sw. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy -~----------~----~----~----~------~----~------~--~---
