Home

Awesome

al2-test-runner -- Alternative way of running rackunit tests

Build Status

This package provides an alternative way of running rackunit tests, providing better visibility and improved reporting of test results. The run-tests function is a drop-in replacement of the equivalent function from rackunit/textui, providing the following benefits:

The package does not define another testing framework, instead it runs rackunit tests which are organized in test-suites and test-cases.

You can install this Racket package using the following command:

raco pkg install al2-test-runner

For more details, see the documentation for this package.