commit | 4b958d16569f87cc6499f03ce96a1b6cc9a0ea08 | [log] [tgz] |
---|---|---|
author | Tim Burke <tim.burke@gmail.com> | Sat Jul 28 17:58:01 2018 -0700 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Jul 28 20:58:01 2018 -0400 |
tree | f02a1e5b2aad4e5ba61aece338334ad32835c683 | |
parent | e722e557e08171e265008711b824df44d4e9ec7d [diff] |
Test for expected CryptographyDeprecationWarnings (#4372) The remaining calls to `signer()` and `verifier()` are exercising the deprecated API intentionally. Let's test that the deprecation warnings are being raised as expected. Closes #4311; see also #4314.