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

11 lines
375 B
Racket

#lang racket/base
(require tests/utils/docs-complete)
(check-docs (quote teachpack/world))
(check-docs (quote teachpack/value-turtles))
(check-docs (quote teachpack/turtles))
(check-docs (quote teachpack/server))
(check-docs (quote teachpack/picturing-programs))
(check-docs (quote teachpack/nuworld))
(check-docs (quote teachpack/door))
(check-docs (quote teachpack/balls))