Structs§
- Test
Result - TestResult of running tests. Contains a field for all passed and failed tests.
Enums§
- Reporter
- Reporter used to
format
the output ofrun
ning the tests.
Functions§
- run
- Evaluates a nix file containing test expressions.
This uses
nix-instantiate --eval --strict
underthehood.