We're currently in the process of converting from unittest (pure) to
Nose, and one of the issues I've noticed while doing this was that the
database wasn't flushing correctly when switching from a
TransactionTestCase to a TestCase. I've been digging through the code
this morning, and I honestly can't even figure out how this would work
in the standard test suite (excluding nose).

I can't imagine this is an actual bug, or that it only came up for
Nose, so I'm hoping someone can explain if there is magic somewhere in
here, and where it is. Otherwise I suppose I can file an awful ticket
to add flush to the teardown step as well (which is what I temporarily
did to move past this problem).

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to