mirror of
https://gitlab.com/TECHNOFAB/nixtest.git
synced 2025-12-16 12:03:52 +01:00
Flexible test runner for Nix code written in Go.
https://nixtest.projects.tf
fix(deps): update module github.com/stretchr/testify to v1.11.1 See merge request TECHNOFAB/nixtest!7 |
||
|---|---|---|
| .gitlab | ||
| cmd/nixtest | ||
| docs | ||
| internal | ||
| lib | ||
| nix | ||
| snapshots | ||
| tests | ||
| .envrc | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| flake.lock | ||
| flake.nix | ||
| go.mod | ||
| go.sum | ||
| LICENSE.md | ||
| package.nix | ||
| README.md | ||
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

- Junit report support (eg. for displaying the results in GitLab etc.)

Usage
See the docs.