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

Function test_tuple

src/ser.rs:810–812  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

808
809 #[test]
810 fn test_tuple() {
811 test_ser(("foo", 5), r#"["foo",5]"#);
812 }
813
814 #[test]
815 fn test_vec() {

Callers

nothing calls this directly

Calls 1

test_serFunction · 0.85

Tested by

no test coverage detected