Add randomized tests for incremental diff

This commit is contained in:
Antonio Scandurra 2023-08-23 09:09:01 +02:00
parent 3a511db5c9
commit a9871a7a70
5 changed files with 81 additions and 12 deletions

View file

@ -37,3 +37,8 @@ tiktoken-rs = "0.4"
[dev-dependencies]
editor = { path = "../editor", features = ["test-support"] }
project = { path = "../project", features = ["test-support"] }
ctor.workspace = true
env_logger.workspace = true
log.workspace = true
rand.workspace = true