nix-test-runner
===============
Simple cli tool to run nix expression tests.
```nix
{
testPassedName = {
};
}
```
```bash
$ nix-test my-tests.nix
```
You can get different output formats using `--reporter junit|json|human`.
This uses `lib.debug.runTests` under the hood and doesn't change any behaviour of nix, it's merly a wrapper around `nix-instantiate`.