Talking with one of my coworkers yesterday, we found ourselves in need of testing a drupal module in isolation.
This module had a few complex elements to it, in addition to the regular drupal node functionality, such as web service calls and permissions checks, which made testing the module itself far too dependent on third party systems, and made testing itself exceptionally brittle.