示例#1
0
def test_bcrypt_assert():
    with pytest.raises(SystemError):
        bcrypt._bcrypt_assert(False)
示例#2
0
def test_bcrypt_assert():
    with pytest.raises(SystemError):
        bcrypt._bcrypt_assert(False)