aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTeddy Wing2022-03-13 01:39:45 +0100
committerTeddy Wing2022-03-13 01:39:45 +0100
commit336d2d0246407b596760fdb9e5c2a9bc46c8f29a (patch)
tree129b0bf715eb26e1d53e5207fc0cfbb608da6248 /src/lib.rs
parent4059bdad943ebc7da38b0ba7965a9134e46ba4c4 (diff)
downloadyaqlite-336d2d0246407b596760fdb9e5c2a9bc46c8f29a.tar.bz2
insert(): Two new test ideas
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs8
1 files changed, 8 insertions, 0 deletions
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() {
+ }
}