-
Notifications
You must be signed in to change notification settings - Fork 743
Move some tests about; reduce duplication of test helper code #2462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Benchmark resultsInstruction countsSignificant differencesClick to expand
Other differencesClick to expand
Wall-timeSignificant differencesClick to expand
Other differencesClick to expand
Additional informationCheckout details:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2462 +/- ##
========================================
Coverage 95.26% 95.27%
========================================
Files 95 97 +2
Lines 21251 21357 +106
========================================
+ Hits 20245 20348 +103
- Misses 1006 1009 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like a pretty good direction at least!
This moves from an integration test to a unit test of `ClientExtension`.
This becomes a unit test on `ClientExtension` decoding.
9f70557
to
9dc5d32
Compare
9dc5d32
to
5ab7ce0
Compare
Everything moves, with the exception of parts that depend on the cargo features of the rustls crate.
5ab7ce0
to
1d1a1d5
Compare
merging with one review: test-only code |
This PR is doing a couple of things:
CryptoProvider
by magic.The goal of (3) was to make (1) easier, but unfortunately it won't help. But I think this is a general improvement.