Next: srfi testing copyright, Previous: srfi testing rationale, Up: srfi testing [Index]
While this is a moderately complex specification, you should be able to write simple test suites after just reading the first few sections below. More advanced functionality, such as writing a custom test-runner, is at the end of the specification.
• srfi testing spec basic: | Writing basic test suites. | |
• srfi testing spec advanced: | Conditonal test-suites and other advanced features. | |
• srfi testing spec runner: | Test runner. | |
• srfi testing spec results: | Test results. | |
• srfi testing spec writing: | Writing a new test-runner. |