tests: reduce closure sizes
This commit is contained in:
parent
880d9bc211
commit
1ca210648a
5 changed files with 98 additions and 64 deletions
|
|
@ -11,10 +11,14 @@
|
|||
|
||||
programs.beets = {
|
||||
enable = true;
|
||||
package = config.lib.test.mkStubPackage { outPath = "@beets@"; };
|
||||
mpdIntegration.enableStats = true;
|
||||
};
|
||||
|
||||
test.stubs = {
|
||||
beets = { };
|
||||
mpd = { };
|
||||
};
|
||||
|
||||
nmt.script = ''
|
||||
assertFileExists home-files/.config/beets/config.yaml
|
||||
assertFileContent \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue