Is it possible to test multi-threaded applications with doctests?

I use the Timer module, which is inherited from Thread, to trigger a
function after certain time, for example 1 second.

When I run the test, and let the main thread sleep with time.sleep(),
to give time for the triggered function to be called, I receive a:

Exception in thread Thread-2:
... traceback ...
OperationalError: no such table: game_question


Does this mean the db tables are created only for the main thread and
other threads cannot access the temporary db?


Thanks,
oMat

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to