tests/codex: update skills tests
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
680a967f21
commit
e0bcb05ce9
5 changed files with 67 additions and 6 deletions
19
tests/modules/programs/codex/skills-inline-null-package.nix
Normal file
19
tests/modules/programs/codex/skills-inline-null-package.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
programs.codex = {
|
||||
enable = true;
|
||||
package = null;
|
||||
skills = {
|
||||
inline-skill = ''
|
||||
# Inline Skill
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
nmt.script = ''
|
||||
assertFileExists home-files/.agents/skills/inline-skill/SKILL.md
|
||||
assertFileContent home-files/.agents/skills/inline-skill/SKILL.md \
|
||||
${builtins.toFile "expected-inline-skill.md" ''
|
||||
# Inline Skill
|
||||
''}
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue