Since upgrading to a termcolor version carrying #107, testing a colour-enabled console application is pretty much impossible without poking around in termcolor's guts (termcolor._can_do_colour.cache_clear()). Formally, it was really easy.
Could we either make _can_do_colour() public (might have to de-British-ise the spelling!) or have an API to clear its cache?