tests: set a TEST database name so that pytest --reuse-db works (#22390)

This commit is contained in:
Benjamin Dauvergne 2018-03-16 12:42:05 +01:00
parent 12927558bf
commit 64c767c5ca
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
DATABASES['default']['TEST'] = {
'NAME': 'test-db.sqlite3',
}
LANGUAGE_CODE = 'en-us'
KNOWN_SERVICES = {