+5
-2
lib/path/tests/prop.sh
+5
-2
lib/path/tests/prop.sh
···
+15
-3
lib/tests/misc.nix
+15
-3
lib/tests/misc.nix
···+Since these tests are implemented with Nix evaluation, error checking is limited to what `builtins.tryEval` can detect, which is `throw`'s and `abort`'s, without error messages.+If you need to test error messages or more complex evaluations, see ./modules.sh, ./sources.sh or ./filesystem.sh as examples.
+7
-1
lib/tests/modules.sh
+7
-1
lib/tests/modules.sh
···