racket/collects/htdp/tests/test-docs-complete.rkt

35 lines
1.2 KiB
Racket

#lang racket/base
(require tests/utils/docs-complete)
(check-docs (quote htdp/world))
(check-docs (quote htdp/testing))
(check-docs (quote htdp/show-queen))
(check-docs (quote htdp/servlet2))
(check-docs (quote htdp/servlet))
(check-docs (quote htdp/matrix))
(check-docs (quote htdp/matrix-unit))
(check-docs (quote htdp/matrix-sig))
(check-docs (quote htdp/matrix-render-sig))
(check-docs (quote htdp/matrix-invisible))
(check-docs (quote htdp/master))
(check-docs (quote htdp/master-play))
(check-docs (quote htdp/lkup-gui))
(check-docs (quote htdp/image))
(check-docs (quote htdp/hangman))
(check-docs (quote htdp/hangman-world))
(check-docs (quote htdp/hangman-world-play))
(check-docs (quote htdp/hangman-play))
(check-docs (quote htdp/gui))
(check-docs (quote htdp/guess))
(check-docs (quote htdp/guess-gui))
(check-docs (quote htdp/graphing))
(check-docs (quote htdp/error))
(check-docs (quote htdp/elevator))
(check-docs (quote htdp/draw))
(check-docs (quote htdp/draw-sig))
(check-docs (quote htdp/docs))
(check-docs (quote htdp/dir))
(check-docs (quote htdp/convert))
(check-docs (quote htdp/big-draw))
(check-docs (quote htdp/arrow))
(check-docs (quote htdp/arrow-gui))