예제 #1
0
def test_assert_not_same_bad(value):
    with asserts.expect_exception(AssertionError):
        asserts.are_not_same(value, value)
예제 #2
0
def test_assert_not_same_bad(value):
    with asserts.expect_exception(AssertionError):
        asserts.are_not_same(value, value)
예제 #3
0
def test_assert_not_same_ok(x, y):
    asserts.are_not_same(x, y)
예제 #4
0
def test_assert_not_same_ok(x, y):
    asserts.are_not_same(x, y)