Closed mjpieters closed 10 years ago
Some settings.py configurations test for the 'test' command line argument to switch settings for tests; by setting sys.argv directly the bin/test command cooperates with those.
settings.py
'test'
sys.argv
bin/test
This patch is against the django1.5 branch.
django1.5
I've merged it on master, I'll make a release soon.
(Looking through the list of pull requests now; sorry for taking a long time to clear out the list!)
Some
settings.py
configurations test for the'test'
command line argument to switch settings for tests; by settingsys.argv
directly thebin/test
command cooperates with those.This patch is against the
django1.5
branch.