wolfcrypt-py/tests
Robert de Vries 7edbd3e45c Enable more ruff rules requiring only minor or no fixes.
Extra rules:
All E pycodestyle error rules
C4   flake8-comprehensions
DTZ  flake8-datetimez
EXE  flake8-executable
FA   flake8-future-annotations
INT  flake8-gettext
ISC  flake8-implicit-str-concat
ICN  flake8-import-conventions
LOG  flake8-logging
G    flake8-logging-format
RSE  flake8-raise
SLOT flake8-slots
TID  flake8-tidy-imports
TC   flake8-type-checking
FLY  flynt
PERF Perflint
W    pycodestyle warnings
FURB refurb

Ignore E501:  line too long
2026-07-04 16:54:56 +02:00
..
certs
test_aesgcmstream.py Update skip reason for test_encrypt_short_tag 2026-06-30 18:55:36 +02:00
test_asn.py
test_chacha20poly1305.py Clean up import statements. 2026-04-09 20:02:01 +02:00
test_chacha_iv.py Address Copilot review on wolfcrypt-py (F-4015, F-4463) 2026-06-24 08:48:54 +00:00
test_cipher_modes.py Remove contradictory cipher mode validation (F-4015) 2026-06-23 11:30:00 +00:00
test_ciphers.py Merge pull request #122 from roberthdevries/mark-unused-variable 2026-06-08 15:44:52 -07:00
test_delete_descriptor_binding.py Use format specifiers instead of percent format. 2026-05-17 16:14:52 +02:00
test_error_string.py Fix conditional execution of test_error_string. 2026-04-16 23:28:22 +02:00
test_hashes.py Enable more ruff rules requiring only minor or no fixes. 2026-07-04 16:54:56 +02:00
test_hkdf.py Add HKDF support 2025-11-12 11:37:18 +01:00
test_hmac_copy.py Reject unsafe HMAC copy() (F-5428) 2026-06-23 12:43:03 +00:00
test_mldsa.py ML-DSA: Add missing test cases 2026-06-29 18:41:17 +02:00
test_mlkem.py Support ML-KEM 2025-02-21 17:04:40 +09:00
test_pwdbased.py
test_random.py Add support for nonce in random number generation. 2026-04-05 23:10:29 +02:00