On Wednesday 24 June 2009 14:47:05 patrickk wrote: > just to avoid any misunderstanding: > when I´m running one test with "... test > myapp.BaseTest.test_fileobject" for example, the output is "... runs 1 > test" - but before that statement there´s a lot of "create table ...", > "installing index ..." stuff. and that´s what I´m confused about. > > just wanted to make sure that my assumption is right: when I´m running > this one (very simplified) test, the "create table ..." and > "installing index ..." should NOT be there, right? I´ve just read my > first question again and I noticed that I didn´t explain the problem > very well.
regardless of how many tests you run, you have to create the test database - so the 'create table', 'installing indes ...' SHOULD be there, otherwise there is nothing to test against. -- regards kg http://lawgon.livejournal.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---