pappasam / jedi-language-server

A Python language server exclusively for Jedi. If Jedi supports it well, this language server should too.
MIT License
572 stars 44 forks source link

Fix tests for diagnostics #245

Open pappasam opened 1 year ago

pappasam commented 1 year ago

Due to a somewhat large code change, I've disabled the tests for diagnostics. This issue represents the need to unskip those tests.

Related issue: https://github.com/pappasam/jedi-language-server/issues/241