Over on the TurboGears list a TG2 user pointed out a problem that
arises when nosetests --with-coverage is run on a project with a
sqlalchemy identity model: 
http://groups.google.com/group/turbogears/t/7fd3639a5a4d4b8c

I dug into it and have reproduced the problem outside of TurboGears 2
and without nose: http://paste.turbogears.org/paste/7051

I've also shown that the problem isn't there for a plain Python
property (in contrast to a sqlalchemy
synonym): http://paste.turbogears.org/paste/7052

So, it looks like a problem maybe with the metaclass that sqlalchemy
uses to build properties, or with coverage not understanding what that
metaclass produces, or something.  Or is there something else I'm
missing?

Doug

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to