From 336d2d0246407b596760fdb9e5c2a9bc46c8f29a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 13 Mar 2022 01:39:45 +0100 Subject: insert(): Two new test ideas --- src/lib.rs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index f0610fe..b39eeaf 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -112,4 +112,12 @@ r#"- description: >- #[test] fn ignores_yaml_fields_that_are_not_column_names() { } + + #[test] + fn inserts_multiple_records() { + } + + #[test] + fn inserts_yaml_hash() { + } } -- cgit v1.2.3