summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2022-05-01 10:59:05 -0600
committerGitHub <noreply@github.com>2022-05-01 10:59:05 -0600
commit2d20a7e24bd85bd8a22262062b307a58f6d585c5 (patch)
tree62e7f3ec8e4d4e8c8d58531e7938e1891d0f1982 /tests
parent1e0e8a91cd5c441865f6c474a5b85ba07c566b91 (diff)
downloadpy-bcrypt-git-2d20a7e24bd85bd8a22262062b307a58f6d585c5.tar.gz
Switch to a Rust implementation of cryptographic primitives (#294)
Diffstat (limited to 'tests')
-rw-r--r--tests/test_bcrypt.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_bcrypt.py b/tests/test_bcrypt.py
index 0c4ac47..d3bf6a1 100644
--- a/tests/test_bcrypt.py
+++ b/tests/test_bcrypt.py
@@ -465,11 +465,6 @@ def test_invalid_params(password, salt, desired_key_bytes, rounds, error):
bcrypt.kdf(password, salt, desired_key_bytes, rounds)
-def test_bcrypt_assert():
- with pytest.raises(SystemError):
- bcrypt._bcrypt_assert(False)
-
-
def test_2a_wraparound_bug():
assert (
bcrypt.hashpw(