예제 #1
0
def test_bcrypt_assert():
    with pytest.raises(SystemError):
        bcrypt._bcrypt_assert(False)
예제 #2
0
파일: test_bcrypt.py 프로젝트: pyca/bcrypt
def test_bcrypt_assert():
    with pytest.raises(SystemError):
        bcrypt._bcrypt_assert(False)