Crate nix_test_runner

Source

Structs§

TestResult
TestResult of running tests. Contains a field for all passed and failed tests.

Enums§

Reporter
Reporter used to format the output of running the tests.

Functions§

run
Evaluates a nix file containing test expressions. This uses nix-instantiate --eval --strict underthehood.