diff --git a/dev.sh b/dev.sh index b7caf04..fbd110e 100755 --- a/dev.sh +++ b/dev.sh @@ -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 }