diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-23 10:29:58 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-23 10:29:58 +0100 |
commit | 9be782798f5a853d28d3822716c8b74d518338c2 (patch) | |
tree | 5dfcfa9ef7b885bfda136bcb2c7388d3c46d4890 /tests | |
parent | tests({tests,modules}): Couple via a co-import (diff) | |
download | nixos-config-9be782798f5a853d28d3822716c8b74d518338c2.tar.gz nixos-config-9be782798f5a853d28d3822716c8b74d518338c2.zip |
tests(flake): Hook up to the flake's check and package attributes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md index fe93dc96..c7e1bb93 100644 --- a/tests/README.md +++ b/tests/README.md @@ -58,6 +58,9 @@ where `COMMAND` is one of the commands listed in [Commands](#### Commands) The `ARGS` are the verbatim content from the space after the `COMMAND` to the end of line character. +You can run the description file, similarly as in the tests via the `run_test_description` +package exported by the flake. + #### Commands ##### `Type` Send the `ARGS` to the application. This interprets `ARGS` as specified |