racket/collects/wxme/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

15 lines
439 B
Racket

#lang racket/base
(require rackunit/docs-complete)
(check-docs (quote wxme/xml))
(check-docs (quote wxme/wxme))
(check-docs (quote wxme/text))
(check-docs (quote wxme/test-case))
(check-docs (quote wxme/scheme))
(check-docs (quote wxme/read))
(check-docs (quote wxme/number))
(check-docs (quote wxme))
(check-docs (quote wxme/image))
(check-docs (quote wxme/editor))
(check-docs (quote wxme/comment))
(check-docs (quote wxme/cache-image))