You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./manage.py test -h with django-nose says this argument should be accepted: -k, --keepdb Preserves the test DB between runs.
However only long version of it seems to work.
Passing -k results in:
$ bin/python manage.py test -k
nosetests -k --verbosity=1
Usage: manage.py [options]
manage.py: error: no such option: -k
It seems -k is being wrongly passed to nosetests which do not accept it.
Please make behaviour consistent with manage.py test --help and handle short version of --keepdb work too.
Tested with latest version from PyPi (django-nose==1.4.5)
The text was updated successfully, but these errors were encountered:
./manage.py test -h
with django-nose says this argument should be accepted:-k, --keepdb Preserves the test DB between runs.
However only long version of it seems to work.
Passing -k results in:
It seems -k is being wrongly passed to nosetests which do not accept it.
Please make behaviour consistent with
manage.py test --help
and handle short version of --keepdb work too.Tested with latest version from PyPi (django-nose==1.4.5)
The text was updated successfully, but these errors were encountered: