예제 #1
0
def test__always_true__two():
    somelist = ['monkey', 'foo', 'bar']
    assert(utils.always_true(somelist) is True)
예제 #2
0
def test__always_true():
    assert(utils.always_true('monkey') is True)