tests/gemini-cli: add context tests
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
e2d346936e
commit
5ead1867bb
4 changed files with 43 additions and 0 deletions
11
tests/modules/programs/gemini-cli/context-source.nix
Normal file
11
tests/modules/programs/gemini-cli/context-source.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
programs.gemini-cli = {
|
||||
enable = true;
|
||||
context = ./context.md;
|
||||
};
|
||||
nmt.script = ''
|
||||
assertFileExists home-files/.gemini/GEMINI.md
|
||||
assertFileContent home-files/.gemini/GEMINI.md \
|
||||
${./context.md}
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue