cryptography/tests
Sándor Jenei bacf23f3ed
_ModuleWithDeprecations should inherit from types.ModuleType (#6267) (#6268)
* _ModuleWithDeprecations should inherit from types.ModuleType (#6267)

Update utils.py

* fix typos reported by black

* flake8 fix

* Test should fail when int_from_bytes will be removed.

Because this test would become pointless then.
2021-09-13 17:08:34 +08:00
..
hazmat raise a ValueError if the AEAD tag is too long (#6246) 2021-09-04 07:02:29 -04:00
hypothesis Remove __future__ import from our code (#5610) 2020-12-09 00:35:11 -06:00
wycheproof FIPS 3.0.0 support (#6012) 2021-08-29 10:05:32 -04:00
x509 resolve lazy import race condition (#6272) 2021-09-12 20:12:04 -04:00
__init__.py Remove __future__ import from our code (#5610) 2020-12-09 00:35:11 -06:00
conftest.py FIPS 3.0.0 support (#6012) 2021-08-29 10:05:32 -04:00
doubles.py Implement KBKDFCMAC (#6181) 2021-09-03 15:40:27 -07:00
test_cryptography_utils.py Use well-defined enum representation (#6042) 2021-05-12 08:54:23 -04:00
test_fernet.py Remove requires_backend_interface from tests because it was useless (#5884) 2021-03-01 11:59:24 -06:00
test_interfaces.py Delete unused register_interface_if (#5883) 2021-03-01 15:40:25 -06:00
test_meta.py Added a unit test to protect against import cycles (#5804) 2021-02-09 13:25:47 -06:00
test_utils.py _ModuleWithDeprecations should inherit from types.ModuleType (#6267) (#6268) 2021-09-13 17:08:34 +08:00
test_warnings.py enable mypy over tests (#5721) 2021-01-31 19:27:41 -05:00
utils.py enable mypy over tests (#5721) 2021-01-31 19:27:41 -05:00