ruff icon indicating copy to clipboard operation
ruff copied to clipboard

`ruff server`: Write snapshot tests for project + editor settings resolution

Open snowsignal opened this issue 10 months ago • 0 comments

(Follow-up to https://github.com/astral-sh/ruff/pull/11062)

The server should have snapshot tests that verify that project and editor settings resolve correctly. We can use existing client settings test fixtures in combination with new mock TOML configurations, and then confirm that the resolved settings match the expected value.

snowsignal avatar Apr 23 '24 18:04 snowsignal