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