tests/delta: add tests
Create a new set of tests to verify the new module's behavior. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
f436677f5f
commit
2c8b962091
4 changed files with 117 additions and 0 deletions
5
tests/modules/programs/delta/default.nix
Normal file
5
tests/modules/programs/delta/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
delta-basic = ./delta-basic.nix;
|
||||
delta-with-git-integration = ./delta-with-git-integration.nix;
|
||||
delta-migration = ./delta-migration.nix;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue