kubenix/docs/content/examples/testing/_index.md

14 lines
222 B
Markdown
Raw Normal View History

2022-08-29 02:04:47 -04:00
Testing is still very much in flux but here's a rough example.
{{< source "default.nix" >}}
Where we've defined a might look like:
{{< source "test.nix" >}}
Execute with
```sh
nix eval -f . config.testing.success
```