Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use django.test.utils to initialize test database
Removes the need to import and instantiate DiscoverRunner. This also allows passing verbosity=0 when creating the database to squelch some noise during tests: Creating test database for alias 'default'... Creating test database for alias 'replica'... Available since Django 1.11.
- Loading branch information