test get add documents

This commit is contained in:
mpostma
2021-02-19 19:43:32 +01:00
parent ba2cfcc72d
commit ec9dcd3285
3 changed files with 236 additions and 0 deletions

2
tests/documents/mod.rs Normal file
View File

@ -0,0 +1,2 @@
mod add_documents;
mod get_documents;