nix-test-runner 0.4.3

Cli for running nix expression tests
Documentation
1
2
3
4
5
6
{
  testPassedName = {
    expr = builtins.add 1 1;
    expected = 2;
  };
}