diff options
Diffstat (limited to 'tests/README.md')
-rw-r--r-- | tests/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 0000000..2613f4a --- /dev/null +++ b/tests/README.md @@ -0,0 +1,6 @@ +# Tests + +This directory tree mirrors the modules defined in the +[modules](`../modules/`) directory. Each module should have at least +one test in the mirrored directory, effectively replacing the module's +`default.nix` file. |