Opened 10 years ago

Closed 10 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.

Change History (1)

comment:1 by Claude Paroz, 10 years ago

Resolution: needsinfo
Status: newclosed

I am not able to reproduce, maybe provide us a sample project?

Note: See TracTickets for help on using tickets.
Back to Top