python-lsp / python-lsp-server

Fork of the python-language-server project, maintained by the Spyder IDE team and the community
MIT License
1.76k stars 186 forks source link

Converge unit tests for test_language_server and test_notebook_document #418

Closed tkrabel-db closed 10 months ago

tkrabel-db commented 11 months ago

What is changed with this PR?

Addresses #410.

How is this tested?

I ran pytest test, commenting out all conditional skips to make sure that tests also work on my OS (MacOS).

ccordoba12 commented 10 months ago

Please rebase or redo this PR on top of the latest develop branch to get the Black changes.