Suppose I have the following in app 'app'.
from django.db import models
class Test(models.Model):
"""
>>> v = "Hello, world!"
>>> import pdb; pdb.set_trace()
"""
Running manage.py test app will drop me to an interactive debugger
mode but no output. How to execute the usual p, j, s etc?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.