Re: How to get ./manage.py test to stop spewing "Installing index for whatever"

2009-10-13 Thread Phlip
Михаил Лукин wrote: > ./manage.py help test > Does changing verbosity help? Da! Thanks! and my theory was correct - I wasn't even noticing this one: Failed to install custom SQL for searchable.Searchable model: near "(": syntax error Don't worry about me I will fix it... But note the fixture

Re: How to get ./manage.py test to stop spewing "Installing index for whatever"

2009-10-13 Thread Михаил Лукин
./manage.py help test Does changing verbosity help? On Tue, Oct 13, 2009 at 10:59 PM, Phlip wrote: > > Djangoids: > > Unit tests should run as silent as possible, so we don't get too > familiar with their spew. Ideally, any spew should raise your index of > suspicion, and a

How to get ./manage.py test to stop spewing "Installing index for whatever"

2009-10-13 Thread Phlip
Djangoids: Unit tests should run as silent as possible, so we don't get too familiar with their spew. Ideally, any spew should raise your index of suspicion, and a test batch that always spews the same things might make you complacent to any exceptional spew. So, how to turn off the spew