nixtest/docs/index.md

13 lines
464 B
Markdown
Raw Normal View History

2025-06-02 13:34:59 +02:00
# Nixtest
Flexible test runner for testing Nix code, written in Go.
## Features
- Snapshot, Unit (equal checks) and Script-Tests (unit tests with assertions you could say)
- Supports testing against raw Nix code or derivation output
- Simple and easy to read summary of test results
2025-06-08 20:52:20 +02:00
![screenshot](./images/summary_screenshot.png)
2025-06-02 13:34:59 +02:00
- Junit report support (eg. for displaying the results in GitLab etc.)
2025-06-08 20:52:20 +02:00
![screenshot](./images/gitlab_junit_screenshot.png)