I think I'll simply add an assertion in BaseLayer.testTearDown() that asserts that the default timeout (None) is in effect. That way we will get a complaint if a test forget to clean-up after itself.
I think I'll simply add an assertion in BaseLayer. testTearDown( ) that asserts
that the default timeout (None) is in effect. That way we will get a
complaint if a test forget to clean-up after itself.