Next: SRFI-64 Rationale, Up: SRFI-64: A Scheme API for Test Suites [Contents][Index]
This defines an API for writing test suites, to make it easy to portably test Scheme APIs, libraries, applications, and implementations. A test suite is a collection of test cases that execute in the context of a test-runner. This specification also supports writing new test-runners, to allow customization of reporting and processing the result of running test suites.