Try using on-disk database, not `:memory:` and before running the tests do `python manage.py syncdb --migrate`, I've just tried your setup and found out that with in-memory database the test runner does not work.
↧