예제 #1
0
파일: __init__.py 프로젝트: Auzzy/pyinq
def assert_is_not(actual, expected):
    return is_factory.assert_not(actual, expected)
예제 #2
0
def assert_is_not(actual, expected):
    return is_factory.assert_not(actual, expected)
예제 #3
0
파일: __init__.py 프로젝트: Auzzy/pyinq
def assert_not_none(expr):
    return is_factory.assert_not(expr, None)
예제 #4
0
def assert_not_none(expr):
    return is_factory.assert_not(expr, None)