racket/collects/rackunit/scribblings/rackunit.scrbl
Robby Findler 507b1cd8fd moved the docs-complete library into rackunit
to avoid having a separate, new manual for the
  one library
2011-05-05 16:10:42 -05:00

24 lines
650 B
Racket

#lang scribble/doc
@(require "base.rkt")
@title{@bold{RackUnit}: Unit Testing for Racket}
@author[(author+email "Noel Welsh" "noelwelsh@gmail.com")
(author+email "Ryan Culpepper" "ryanc@racket-lang.org")]
RackUnit is a unit-testing framework for Racket. It
is designed to handle the needs of all Racket programmers,
from novices to experts.
@table-of-contents[]
@include-section["quick-start.scrbl"]
@include-section["philosophy.scrbl"]
@include-section["api.scrbl"]
@include-section["utils.scrbl"]
@include-section["internals.scrbl"]
@include-section["release-notes.scrbl"]
@include-section["acknowledgements.scrbl"]
@index-section[]