tests: clean up tests

- Move all module tests to their own directories.

- Avoid duplication of `// import`.
This commit is contained in:
Robert Helgesson 2020-01-26 12:00:03 +01:00
parent fba87f8998
commit de8033747c
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
17 changed files with 54 additions and 36 deletions

View file

@ -0,0 +1,3 @@
{
browserpass = ./browserpass.nix;
}

View file

@ -0,0 +1,3 @@
{
getmail = ./getmail.nix;
}

View file

@ -3,7 +3,7 @@
with lib;
{
imports = [ ../accounts/email-test-accounts.nix ];
imports = [ ../../accounts/email-test-accounts.nix ];
config = {
home.username = "hm-user";

View file

@ -0,0 +1,3 @@
{
mbsync = ./mbsync.nix;
}

View file

@ -3,7 +3,7 @@
with lib;
{
imports = [ ../accounts/email-test-accounts.nix ];
imports = [ ../../accounts/email-test-accounts.nix ];
config = {
home.username = "hm-user";

View file

@ -0,0 +1,3 @@
{
texlive-minimal = ./texlive-minimal.nix;
}