racket/collects/tests/planet/test-docs-complete.rkt
Robby Findler fbccf38d50 completed the planet library documentation and, in the process,
cleaned up various dependencies and exports from some of the libraries
2011-07-08 15:51:05 -05:00

13 lines
344 B
Racket

#lang racket/base
(require rackunit/docs-complete)
(check-docs 'planet/version)
(check-docs 'planet/util)
(check-docs 'planet/syntax)
(check-docs 'planet/scribble)
(check-docs 'planet/resolver)
(check-docs 'planet/raco)
(check-docs 'planet/planet)
(check-docs 'planet/planet-archives)
(check-docs 'planet/config)
(check-docs 'planet/cachepath)