Groups
Groups
Sign in
Groups
Groups
Django FeinCMS
Conversations
About
Send feedback
Help
Testing views
9 views
Skip to first unread message
typeshige
unread,
Dec 28, 2011, 4:01:47 PM
12/28/11
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 FeinCMS
I'd like to test the views of my 3rd party apps:
If I go into a shell and:
from django.test.client import Client
c=Client()
c.get('/some/view/').status_code
It works and I get 200
If I do this exact same thing in tests.py as a test, I always get a
TemplateDoesNotExist: 404.html
I'm running 1.4.2+
Thanks,
Shige
Reply all
Reply to author
Forward
0 new messages