From 989754fc3230dd3f0f528278b99ed887e06a0e58 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 26 Feb 2017 17:40:32 +0000 Subject: [PATCH] Run only backend tests on quick test --- bash/catfish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/catfish.sh b/bash/catfish.sh index caa9465..f5c2eb0 100644 --- a/bash/catfish.sh +++ b/bash/catfish.sh @@ -23,6 +23,6 @@ ctp() { } alias ctfs="cd ~/catfish && ./start && cd - > /dev/null" -alias ctpt="NO_MIGRATIONS=true ctpr runtests $@ --keepdb" +alias ctpt="NO_MIGRATIONS=true IN_TEST=true FILE_STORAGE='django.core.files.storage.FileSystemStorage' ctpr manage.py test $@ --keepdb" export CATFISH_HOSTNAME_OVERRIDE=localhost