> > However i was able to run the test suite on a plain django 1.2.1
> > installation with sqlite, but got 11 failures and 37 errors ...
> 
> Have you read [1]? Do you still get errors if you run:
>     ./runtests.py --settings=test_sqlite
> from the tests/ directory?

Ok, that works. All test pass now. Thanks.

> Did you also know you can run any desired subset of tests? E.g.:
>     ./runtests.py --settings=test_sqlite admin_inlines admin_views
>     ----------------------------------------------------------------------
>     Ran 145 tests in 29.500s

Yes, I know this. I am running single tests, when I have changed some
tests or added a new one. But finally I want to know if any other test
still pass when I have changed something.


Regards
Sebastian

Attachment: signature.asc
Description: PGP signature

Reply via email to