Possible Duplicate:
django unit tests without a db
I have a module that I want to test, but I don't want to create the test database for it. (It doesn't use the database at all)
Is there anyway to specify a particular testrunner for just that test?