Comment 5 for bug 1683953

Revision history for this message
Matt Riedemann (mriedem) wrote :

Markus, I thought about just removing all of the stub methods that get called by the looping call code, and just mock the looping call to raise the timeout exception to see that it's handled, since otherwise the test is very tightly coupled to how the loopcall code works, but that might defeat the purpose of the test.