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
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