SRFI 64: A Scheme API for test suites

by Per Bothner

status: final (2006-06-18)

keywords: Testing

See also SRFI 252: Property Testing.

library name: testing

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 specifications also supports writing new test-runners, to allow customization of reporting and processing the result of running test suites.