You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/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.
2 years ago
..
auto_indent.rs document should save even if formatter fails 2 years ago
auto_pairs.rs document should save even if formatter fails 2 years ago
commands.rs document should save even if formatter fails 2 years ago
helpers.rs Remove language-server configuration in integration tests 2 years ago
movement.rs fix tests 2 years ago
prompt.rs document should save even if formatter fails 2 years ago
splits.rs document should save even if formatter fails 2 years ago
write.rs document should save even if formatter fails 2 years ago