fwcd / kotlin-language-server

Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol
MIT License
1.62k stars 203 forks source link

Add fixture and tests for the database/cache #506

Open fwcd opened 11 months ago

fwcd commented 11 months ago

We should create another fixture for tests involving the database and add a bunch of these tests, e.g. for testing the handling of cached dependency paths, to prevent regressions like #470 in the future.