示例#1
0
def test_assert_not_equal_bad(x, y):
    with asserts.expect_exception(AssertionError):
        asserts.are_not_equal(x, y)
示例#2
0
def test_assert_not_equal_bad(x, y):
    with asserts.expect_exception(AssertionError):
        asserts.are_not_equal(x, y)
示例#3
0
def test_assert_not_equal_ok(x, y):
    asserts.are_not_equal(x, y)
示例#4
0
def test_assert_not_equal_ok(x, y):
    asserts.are_not_equal(x, y)