Exemplo n.º 1
0
def test_bcrypt_assert():
    with pytest.raises(SystemError):
        bcrypt._bcrypt_assert(False)
Exemplo n.º 2
0
def test_bcrypt_assert():
    with pytest.raises(SystemError):
        bcrypt._bcrypt_assert(False)