I'm testing a server that performs certain tasks on intervals. I have been using webtest TestApp for some functional and unit tests, but I would like to test the timer/clock based functionality.
Is there an 'idle loop' API within webtest.TestApp that can be invoked, or do I need to create a sleep->wait loop inside my test function? the timed functions are running on session threads. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
