scheme-libraries/retropikzel/tap/README.md

291 B

TAP, the Test Anything Protocol, is a simple text-based interface between testing modules in a test harness.

Test Anything Protocol

Usage:

(import (scheme base)
        (srfi 64)
        (retropikzel tap))

(test-runner-current (tap-runner))