mirror of
https://gitlab.com/TECHNOFAB/nixtest.git
synced 2025-12-12 10:10:09 +01:00
25 lines
1.3 KiB
Markdown
25 lines
1.3 KiB
Markdown
# Nixtest
|
|
|
|
[](https://builtwithnix.org)
|
|
[](https://gitlab.com/TECHNOFAB/nixtest/-/commits/main)
|
|

|
|
[](https://gitlab.com/TECHNOFAB/nixtest/-/releases)
|
|
[](https://tec.tf/#support)
|
|
[](https://nixtest.projects.tf)
|
|
|
|
Flexible test runner for testing Nix code, written in Go.
|
|
|
|
[](https://asciinema.org/a/VS8uIiEQiPRtXbOreJqrxO7X6)
|
|
|
|
## 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](https://nixtest.projects.tf/usage).
|