You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django: sane testing
It seems like the TEST_DATABASE_NAME is required to be defined in
django settings when you run your tests using nosetests command. I
haven't checked it thoroughly but i kept getting sql errors until i
defined that property. If thats the case its something you should
refer to in docs.
Almad
unread,
Aug 11, 2009, 8:03:41 AM8/11/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django: sane testing
Good point, thanks for noticing. I'll take a look on it later today.