in reply to Re^2: Unit testing built-in functions
in thread Unit testing built-in functions

Yes, exactly.

I want to get built-in functions to return specific values when called from specific test cases.

It looks like over-rides and globals will be the easiest way to go so far.