Re: Tests not passing in suite but pass individually

2015-12-02 Thread Siddhi Divekar
ham > wrote: > >> It will be easier to help if you can provide a sample project that >> reproduces the error. >> >> On Wednesday, December 2, 2015 at 3:01:31 AM UTC-5, Siddhi Divekar wrote: >>> >>> Hi, >>> >>> Am seeing that test cas

Re: Tests not passing in suite but pass individually

2015-12-02 Thread Siddhi Divekar
ed line. On Wednesday, December 2, 2015 at 6:28:06 AM UTC-8, Tim Graham wrote: > > It will be easier to help if you can provide a sample project that > reproduces the error. > > On Wednesday, December 2, 2015 at 3:01:31 AM UTC-5, Siddhi Divekar wrote: >> >> Hi, >>

Tests not passing in suite but pass individually

2015-12-02 Thread Siddhi Divekar
Hi, Am seeing that test case in suite are failing but passing when ran individually. I have gone through most of the thread on the internet but did not find any solution. Below is the snip of what am trying to do. class A(TestCase): def test_a(): create an obj in db retrive obj list fr