racket/collects/plai/tests/test-docs-complete.rkt
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

10 lines
308 B
Racket

#lang racket/base
(require rackunit/docs-complete)
(check-docs (quote plai/web))
(check-docs (quote plai/test-harness))
(check-docs (quote plai/random-mutator))
(check-docs (quote plai/mutator) #:skip #rx"^#%")
(check-docs (quote plai))
(check-docs (quote plai/datatype))
(check-docs (quote plai/collector))