2.8 "testing"
(include-book "testing" :dir :teachpacks)
This teachpack provides a graphical interface for unit tests.
Write this at the end of your file to display the test results.
(check-expect actual expected) |
(check-within actual expected delta) |
(check-error expr) |
Tests that expr triggers a guard violation.