home-manager/tests
Andrew Marshall 478610aa37
neovim: Source neovimRcContent directly from store (#3444)
The previous version linked the file into home, then sourced that. Since
nothing else expects that file to be there, this is unnecessary.
Additionally, doing so made it impossible to test a built config without
switching, e.g. using `XDG_CONFIG_HOME=… nvim` or `nvim -u`. This
remedies that, at least for this particular reference.

To test this, change from asserting contents of the config file to
actually starting nvim, outputting sentinel values, and then asserting
their values are present. This way it’s tested that nvim loaded the
config, rather than that some config is in a specific place.

This is all in one commit as the test, as written now, would not have
worked before since the previously hard-coded home path was not an
actual file in the test environment.
2022-11-30 17:19:31 +01:00
..
lib/types lib: add two new gvariant types 2022-09-29 13:05:51 +02:00
modules neovim: Source neovimRcContent directly from store (#3444) 2022-11-30 17:19:31 +01:00
asserts.nix tests: fix test.assert.assertions.enable not working 2021-10-13 01:29:23 +02:00
big-test.nix tests: make `enableBig` an option 2022-01-02 10:36:52 +01:00
default.nix thunderbird: add module 2022-11-04 16:12:12 +01:00
stubs.nix tests.stubs: set `pname` 2022-08-12 20:49:49 +02:00