From 9a80695caad3ae146b4232c6b295ce0fc75a6c19 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 2 Aug 2024 22:46:50 +0200 Subject: test(tests): Init infrastructure The modules still need to be imported one-by-one in `default.nix` files because we have yet to rewrite this, but the new test infrastructure might as well use the new `fileset` functions from `nixpkgs`. --- tests/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/README.md (limited to 'tests') 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. -- cgit 1.4.1