racket/collects/schemeunit/scribblings/api.scrbl
2009-03-25 12:34:52 +00:00

18 lines
387 B
Racket

#lang scribble/doc
@(require "base.ss")
@title[#:tag "api"]{SchemeUnit API}
@defmodule[schemeunit
#:use-sources (schemeunit/test)]
@include-section["overview.scrbl"]
@include-section["check.scrbl"]
@include-section["compound-testing.scrbl"]
@include-section["control-flow.scrbl"]
@include-section["misc.scrbl"]
@include-section["ui.scrbl"]
@include-section["running-tests.scrbl"]