Next: , Up: SRFI-64: A Scheme API for Test Suites   [Contents][Index]


7.5.37.1 SRFI-64 Abstract

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.