Re: Running individual tests

2008-08-29 Thread Daniel Roseman
On Aug 29, 10:30 am, Martin Gilday <[EMAIL PROTECTED]> wrote: > Is it possible to run a single test using manage.py test, rather than > the whole suite?  I have defined a tests.py in one of my apps and > would just like to run those tests, as the auto generated tests take > far to long to be runni

Running individual tests

2008-08-29 Thread Martin Gilday
Is it possible to run a single test using manage.py test, rather than the whole suite? I have defined a tests.py in one of my apps and would just like to run those tests, as the auto generated tests take far to long to be running every time whilst writing them. This might be because I am new to