2.8 "testing"
(include-book "testing" :dir :teachpacks)
This teachpack provides a graphical interface for unit tests.
syntax
(check-expect actual expected)
syntax
(check-within actual expected delta)
syntax
(check-error expr)
Tests that expr triggers a guard violation.