Re: tests in separate project directory

2007-05-02 Thread Russell Keith-Magee
On 5/2/07, SanPy <[EMAIL PROTECTED]> wrote: > > I have some unit tests that are not directly app / model related. I > want to put those tests in a separate directory in my svn trunk (e.g. > myprojects/project1/trunk/project, myprojects/project1/trunk/tests). > How can I make these tests run throug

tests in separate project directory

2007-05-02 Thread SanPy
I have some unit tests that are not directly app / model related. I want to put those tests in a separate directory in my svn trunk (e.g. myprojects/project1/trunk/project, myprojects/project1/trunk/tests). How can I make these tests run through the django test runner (i.e. when executing 'python