def test_utils(): assert '~' not in get_user_home('~/test') assert echo_plain_red('test') is None
def pred(self, text): return echo_plain_red(text)