Run only backend tests on quick test
This commit is contained in:
parent
e1a6197eac
commit
989754fc32
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@ ctp() {
|
||||||
}
|
}
|
||||||
|
|
||||||
alias ctfs="cd ~/catfish && ./start && cd - > /dev/null"
|
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
|
export CATFISH_HOSTNAME_OVERRIDE=localhost
|
||||||
|
|
Loading…
Reference in a new issue