Run tests in a RAM DB

This commit is contained in:
Andreas Zweili 2023-07-13 22:07:32 +02:00
parent 73df8d406a
commit 8af2b25042
1 changed files with 1 additions and 1 deletions

2
dev.sh
View File

@ -73,7 +73,7 @@ check (){
}
test (){
export DJANGO_SETTINGS_MODULE=network_inventory.settings.local
export DJANGO_SETTINGS_MODULE=network_inventory.settings.ram_test
pytest -nauto --nomigrations --cov-report=html --cov=./src ./src
}