MCPcopy Create free account
hub / github.com/davidhewitt/pythonize / test_map

Function test_map

src/ser.rs:820–822  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

818
819 #[test]
820 fn test_map() {
821 test_ser(hashmap! {"foo" => "foo"}, r#"{"foo":"foo"}"#);
822 }
823
824 #[test]
825 fn test_enum_unit_variant() {

Callers

nothing calls this directly

Calls 1

test_serFunction · 0.85

Tested by

no test coverage detected