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