On Thu, Dec 18, 2008 at 5:05 PM, knight <[email protected]> wrote: > > Hi, > > I have unittests in my django applications and I have a strange > behavior: > When I run the tests, I am getting each print-out to log from my > application twice. > I am using the standard python logging libraries. > Does anyone know this issue?
There shouldn't be anything in the unit test framework that modifies the operation of logging. In order to provide any more advice than this, we will need to see a small example that demonstrates the behaviour. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

