test get add documents

This commit is contained in:
mpostma 2021-02-19 19:43:32 +01:00
parent ba2cfcc72d
commit ec9dcd3285
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
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;