helix-mirror/helix-term/tests/test
Michael Davis 313579d27c Remove language-server configuration in integration tests
This change removes language server configuration from the default
languages.toml config for integration tests. No integration-tests
currently depend on the availability of a language server but if any
future test needs to, it may provide a language server configuration
by passing an override into the `test_syntax_conf` helper.

Language-servers in integration tests cause false-positive failures
when running integration tests in GitHub Actions CI. The Windows
runner appears to have `clangd` installed and all OS runners have
the `R` binary installed but not the `R` language server package.
If a test file created by `tempfile::NamedTempFile` happens to have a
file extension of `r`, the test will most likely fail because the
R language server will fail to start and will become a broken pipe,
meaning that it will fail to shutdown within the timeout, causing a
false-positive failure. This happens surprisingly often in practice.

Language servers (especially rust-analyzer) also emit unnecessary
log output when initializing, which this change silences.
2022-10-21 08:43:15 +09:00
..
auto_indent.rs document should save even if formatter fails 2022-10-18 22:31:39 -04:00
auto_pairs.rs document should save even if formatter fails 2022-10-18 22:31:39 -04:00
commands.rs document should save even if formatter fails 2022-10-18 22:31:39 -04:00
helpers.rs Remove language-server configuration in integration tests 2022-10-21 08:43:15 +09:00
movement.rs fix tests 2022-10-18 22:31:39 -04:00
prompt.rs document should save even if formatter fails 2022-10-18 22:31:39 -04:00
splits.rs document should save even if formatter fails 2022-10-18 22:31:39 -04:00
write.rs document should save even if formatter fails 2022-10-18 22:31:39 -04:00