mirror of
https://gitlab.com/TECHNOFAB/nixtest.git
synced 2025-12-12 02:00:18 +01:00
docs: add documentation
This commit is contained in:
parent
c2ca17dfc5
commit
fd58344ca7
9 changed files with 302 additions and 8 deletions
21
README.md
Normal file
21
README.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# 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.
|
||||
|
||||
## 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).
|
||||
Loading…
Add table
Add a link
Reference in a new issue