Compare commits
No commits in common. "a6a57de3cf8a5ba012c23106e6f7e6edbfea901e" and "3dab39645029e9651ffbef0c8174a6b8d19d5d15" have entirely different histories.
a6a57de3cf
...
3dab396450
2 changed files with 2 additions and 5 deletions
|
|
@ -6,4 +6,4 @@ set -exuo pipefail
|
||||||
ensure_web_installed
|
ensure_web_installed
|
||||||
|
|
||||||
trap - ERR # Testy nejspíš selžou, ale nechceme kolem toho dělat další chybovou hlášku.
|
trap - ERR # Testy nejspíš selžou, ale nechceme kolem toho dělat další chybovou hlášku.
|
||||||
./manage.py test -v2 --keepdb "$@"
|
./manage.py test -v2
|
||||||
|
|
|
||||||
|
|
@ -40,10 +40,7 @@ DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.sqlite3',
|
'ENGINE': 'django.db.backends.sqlite3',
|
||||||
'NAME': os.path.join(BASE_DIR, 'db-local.sqlite3'),
|
'NAME': os.path.join(BASE_DIR, 'db-local.sqlite3'),
|
||||||
'TEST': {
|
}
|
||||||
'NAME': os.path.join(BASE_DIR, 'db-test.sqlite3'),
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
#DATABASES = {
|
#DATABASES = {
|
||||||
# 'default': {
|
# 'default': {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue