test: Add tests about additions and deletions of documents

This commit is contained in:
Clément Renault
2019-05-16 12:00:20 +02:00
parent 921b063a71
commit 4b36fa0739
2 changed files with 70 additions and 0 deletions

View File

@ -27,3 +27,6 @@ rev = "40b3d48"
[dependencies.fst]
git = "https://github.com/Kerollmops/fst.git"
branch = "arc-byte-slice"
[dev-dependencies]
tempfile = "3.0.7"