You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.org
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
2
+
# SPDX-FileCopyrightText: 2024 Per Bothner
3
+
# SPDX-License-Identifier: MIT
1
4
* SRFI 64: A Scheme API for test suites
2
5
3
6
** by Per Bothner
@@ -11,12 +14,11 @@ library-name: testing
11
14
This repository hosts [[https://srfi.schemers.org/srfi-64/][SRFI 64]]: A Scheme API for test suites, a [[https://srfi.schemers.org/][Scheme Request for Implementation]].
12
15
13
16
This SRFI is in /final/ status.
14
-
17
+
See also [[/srfi-252/][SRFI 252: Property Testing]].
15
18
The full documentation for this SRFI can be found in the [[https://srfi.schemers.org/srfi-64/srfi-64.html][SRFI Document]].
16
19
17
20
If you'd like to participate in the discussion of this SRFI, or report issues with it, please [[https://srfi.schemers.org/srfi-64/][join the SRFI-64 mailing list]] and send your message there.
<divclass="title">Unsubscribe from srfi-64 mailing list</div><inputname="email" placeholder="email address" tabindex="5" type="email"><inputclass="submit" name="submit" tabindex="6" type="submit" value="Unsubscribe from srfi-64"><inputtype="hidden" name="action" value="unsubscribe"><inputname="list" type="hidden" value="[email protected]"></form></span></li></ul>
33
+
<h2>Abstract</h2><p>This defines an API for writing <dfn>test suites</dfn>, to make it easy to portably test Scheme APIs, libraries, applications, and implementations. A test suite is a collection of <dfn>test cases</dfn> that execute in the context of a <dfn>test-runner</dfn>. This specifications also supports writing new test-runners, to allow customization of reporting and processing the result of running test suites.</body></html>
0 commit comments