django-test-db
django-test-db copied to clipboard
Auto discovery
Implement the test_db
decorator as per the README.
We probably want to spider all the models and keep a record of all the patches we need to apply to any individual model so we don't have to rework things.
Ideally I'd prefer a hook into Django to swap out a "query backend", but again this would need to be on a test by test basis so that tests using extra
etc still work.