2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

Add tests for mysql and postgresql

This commit is contained in:
Oliver Walters
2021-03-31 17:18:04 +11:00
parent 4f87c848a5
commit bdd5fa96e7
3 changed files with 75 additions and 1 deletions

View File

@ -13,5 +13,5 @@ if 'test' in sys.argv:
'ENGINE': 'django.db.backends.postgresql',
'NAME': 'inventree_test_db',
'USER': 'postgres',
'PASSWORD': '',
'PASSWORD': 'password',
}