Re: python manage.py test --omit=bad_app_one,bad_app_two

2010-02-17 Thread Ramiro Morales
On Wed, Feb 17, 2010 at 5:43 PM, Phlip wrote: > Djangoids: > > As Django apps get bigger, the odds that some contributed test cases > fail go up. > > (They fail for environmental reasons, and if nobody is changing their > code at your site, then their test failures are less

Re: python manage.py test --omit=bad_app_one,bad_app_two

2010-02-17 Thread Andy McKay
On 2010-02-17, at 12:43 PM, Phlip wrote: > Djangoids: > > As Django apps get bigger, the odds that some contributed test cases > fail go up. > > (They fail for environmental reasons, and if nobody is changing their > code at your site, then their test failures are less relevant!) > > How can

python manage.py test --omit=bad_app_one,bad_app_two

2010-02-17 Thread Phlip
Djangoids: As Django apps get bigger, the odds that some contributed test cases fail go up. (They fail for environmental reasons, and if nobody is changing their code at your site, then their test failures are less relevant!) How can I knock out a list of apps from the test command line? I am