neovim/test/functional/core
Björn Linse 8e663e28ee fix(tests): use isolated XDG_DATA_HOME in startup tests
Otherwise the users site packages will be loaded from ~/.local/share/nvim/site
which can cause unexpected error messages and other kinds of mayhem

Simpler alternative: use "--noplugin". Shouldn't be done because:
(1) these tests should test the ordinary startup code path as close as possible
(2) tests that test the loading of site packages will be added here very soon
2021-09-12 09:30:46 +02:00
..
channels_spec.lua test: is_os() #10933 2019-09-04 06:58:04 -07:00
exit_spec.lua refactor(tests): use assert_alive() #15546 2021-09-01 09:42:53 -07:00
fileio_spec.lua vim-patch:8.1.0251: support full paths for 'backupdir' #11269 2019-11-17 23:38:27 -08:00
job_spec.lua feat(api): nvim_get_chan_info: include "argv" for jobs #15537 2021-09-01 07:29:38 -07:00
main_spec.lua terminal: add tests for palette color forwarding 2019-11-03 10:14:58 +01:00
path_spec.lua test: avoid extra clear() calls 2017-10-02 01:46:16 +02:00
spellfile_spec.lua test: cleanup 2019-05-05 23:01:35 +02:00
startup_spec.lua fix(tests): use isolated XDG_DATA_HOME in startup tests 2021-09-12 09:30:46 +02:00