in reply to Re^3: Unit testing OS rich code
in thread Unit testing OS rich code

At some point you have to trust that the primitives are doing their job. Otherwise "full code coverage" would always include unit tests that cover perl itself. So keeping an onion-skin layer on top allows me to preserve testability.
Me