Using fixtures in tests

2009-08-17 Thread Marek Wawrzyczek
Hi, I've got an application called myapp In the main folder of django project there is initial_data.json file containing initial data for the application I also have file "simplefix.json" situated in myapp/fixtures containing initial data for tests Then after calling: python manage.py test mya

Re: Using fixtures in tests

2009-08-17 Thread J. Cliff Dyer
On Mon, 2009-08-17 at 11:10 -0400, Marek Wawrzyczek wrote: > Hi, > > > I've got an application called myapp > > In the main folder of django project there is initial_data.json file > containing initial data for the application > I also have file "simplefix.json" situated in myapp/fixtures > con

Re: Using fixtures in tests

2009-08-17 Thread Karen Tracey
On Mon, Aug 17, 2009 at 11:10 AM, Marek Wawrzyczek wrote: > > Hi, > > > I've got an application called myapp > > In the main folder of django project there is initial_data.json file > containing initial data for the application > I also have file "simplefix.json" situated in myapp/fixtures > conta

Re: Using fixtures in tests

2009-08-18 Thread marekw2143
Yes, you're right. I just assumed that if the info about loading initial_data is printed that there will be printed info for non- initial-data fixtures too. On Aug 17, 11:53 am, Karen Tracey wrote: > On Mon, Aug 17, 2009 at 11:10 AM, Marek Wawrzyczek > wrote: > > > > > > > Hi, > > > I've got an