Hi all, I've taken over a project with a lot of models (112) so I've split them into separate files to maintain my sanity (project/app/models/ ModelName.py, etc.) and everything works well...except doctest. My doctests were working with the all-models-in-one-file setup but aren't anymore--unit tests still work though. Is there some magic I need to make doctest recognize the models (am using SVN, python 2.4.3)?
Many thanks for any input, jesse --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

