MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_find_by_name_case_insensitive

Function test_find_by_name_case_insensitive

crates/stdlib/src/ssl/oid.rs:426–429  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

424
425 #[test]
426 fn test_find_by_name_case_insensitive() {
427 let entry = find_by_name("COMMONNAME").unwrap();
428 assert_eq!(entry.nid, 13);
429 }
430
431 #[test]
432 fn test_subject_alt_name() {

Callers

nothing calls this directly

Calls 2

find_by_nameFunction · 0.85
unwrapMethod · 0.45

Tested by

no test coverage detected