Run only backend tests on quick test

This commit is contained in:
Jake Howard 2017-02-26 17:40:32 +00:00
parent e1a6197eac
commit 989754fc32

View File

@ -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