Opened 11 years ago
Closed 11 years ago
#21635 closed Uncategorized (needsinfo)
"manage.py test" ignore --settings option
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.6 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I just bumped into this:
http://stackoverflow.com/questions/7529666/django-test-runner-ignoring-the-settings-option
Note that "./manage.py runserver --settings=foo" works fine.
When it comes to "./manage.py test --settings=foo" the "foo" module is not even imported.
I'm using Django 1.6.1.
Note:
See TracTickets
for help on using tickets.
I am not able to reproduce, maybe provide us a sample project?