mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
13 lines
257 B
Markdown
13 lines
257 B
Markdown
Testing is still very much in flux (contributions welcome!) but here's a rough example.
|
|
|
|
{{< source "default.nix" >}}
|
|
|
|
Where we've defined a test that might look like:
|
|
|
|
{{< source "test.nix" >}}
|
|
|
|
Execute with
|
|
|
|
```sh
|
|
nix eval -f . config.testing.success
|
|
```
|