Re: Transaction not working with test

2011-12-05 Thread Javier Guerra Giraldez
On Mon, Dec 5, 2011 at 10:52 AM, anthony tresontani wrote: > I am using Django 1.3, django-nose, sqlite inmemory database. > > I tried with TestCase,TransactionTestCase, commit_on_success > (decorator and context manager) and commit_manually. None of them > worked. i'm successfully testing transa

Transaction not working with test

2011-12-05 Thread anthony tresontani
Hey Guys, I am trying to test a transaction rollback in a unit test and it seems to not work properly. I am using Django 1.3, django-nose, sqlite inmemory database. I tried with TestCase,TransactionTestCase, commit_on_success (decorator and context manager) and commit_manually. None of them work