Re: django built in testing framework and test organization

2007-03-11 Thread Jeremy Bowers
sal wrote: > Hello all. > I've been using the built in django testing framework for my code. But > as I add more and more tests, I'm finding the standard behavior of > only looking for tests in models.py and tests.py to be a little > unwieldy. I'd prefer to organize my tests in separate files. At

django built in testing framework and test organization

2007-03-11 Thread sal
Hello all. I've been using the built in django testing framework for my code. But as I add more and more tests, I'm finding the standard behavior of only looking for tests in models.py and tests.py to be a little unwieldy. I'd prefer to organize my tests in separate files. I made changes to the en