I have noticed that running unit tests for my own apps can interfere with the
testing of some of the django internal apps (auth, sessions, sites, etc.). 
I have been using ipdb to debug and to help write views and tests, and it
appears that importing the ipdb module (import ipdb) causes many of the
docstring tests of the default apps to fail.

Anyone know why this happens?  I would like to continue to use ipdb (it is
quite useful), but I also would like to be able to include the docstring
tests for the default apps in my testing suite.

- Tyler 
-- 
View this message in context: 
http://www.nabble.com/ipdb-causing-problems-with-docstring-tests-of-default-apps-tp21266209p21266209.html
Sent from the django-users mailing list archive at Nabble.com.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to