diff options
author | Teddy Wing | 2022-03-13 01:39:45 +0100 |
---|---|---|
committer | Teddy Wing | 2022-03-13 01:39:45 +0100 |
commit | 336d2d0246407b596760fdb9e5c2a9bc46c8f29a (patch) | |
tree | 129b0bf715eb26e1d53e5207fc0cfbb608da6248 /src/lib.rs | |
parent | 4059bdad943ebc7da38b0ba7965a9134e46ba4c4 (diff) | |
download | yaqlite-336d2d0246407b596760fdb9e5c2a9bc46c8f29a.tar.bz2 |
insert(): Two new test ideas
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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() { + } } |