Skip to content
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

More consistently use modules for unit tests #1470

Merged
merged 2 commits into from
Sep 14, 2023
Merged

More consistently use modules for unit tests #1470

merged 2 commits into from
Sep 14, 2023

Conversation

djc
Copy link
Member

@djc djc commented Sep 14, 2023

(tests is the convention, as demonstrated by looking at the code produced by cargo init --lib.)

@djc djc requested review from cpu and ctz September 14, 2023 08:44
@codecov
Copy link

codecov bot commented Sep 14, 2023

Codecov Report

Merging #1470 (588d6a2) into main (a1950e8) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1470      +/-   ##
==========================================
- Coverage   96.43%   96.43%   -0.01%     
==========================================
  Files          72       72              
  Lines       15163    15161       -2     
==========================================
- Hits        14622    14620       -2     
  Misses        541      541              
Files Changed Coverage Δ
rustls/src/bs_debug.rs 100.00% <ø> (ø)
rustls/src/client/handy.rs 98.80% <ø> (ø)
rustls/src/crypto/ring/quic.rs 99.68% <ø> (ø)
rustls/src/dns_name.rs 100.00% <ø> (ø)
rustls/src/hash_hs.rs 100.00% <ø> (ø)
rustls/src/hkdf.rs 100.00% <ø> (ø)
rustls/src/key_log_file.rs 97.80% <ø> (ø)
rustls/src/limited_cache.rs 100.00% <ø> (ø)
rustls/src/msgs/mod.rs 100.00% <ø> (ø)
rustls/src/server/handy.rs 100.00% <ø> (ø)
... and 9 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@djc djc added this pull request to the merge queue Sep 14, 2023
Merged via the queue into main with commit ee33acf Sep 14, 2023
41 of 42 checks passed
@djc djc deleted the mod-tests branch September 14, 2023 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants