18 lines
382 B
Racket
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"]
|
|
|
|
|