racket/collects/schemeunit/scribblings/api.scrbl
Noel Welsh aedb49db8d Changed defmodule to indicate bindings come from main.ss
(which just re-exports test.ss)

svn: r14270
2009-03-25 13:27:12 +00:00

18 lines
382 B
Racket

#lang scribble/doc
@(require "base.ss")
@title[#:tag "api"]{SchemeUnit API}
@defmodule[schemeunit
#:use-sources (schemeunit)]
@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"]