test: added testing for rw and pk insert and read

This commit is contained in:
Elias Renman
2023-04-02 14:28:59 +02:00
parent c4d0de51e6
commit 72b3bd1558
4 changed files with 68 additions and 29 deletions

1
src/tests/mod.rs Normal file
View File

@@ -0,0 +1 @@
mod table_test;