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

14 lines
536 B
Racket

#lang racket/base
(require tests/utils/docs-complete)
(check-docs (quote graphics/value-turtles))
(check-docs (quote graphics/value-turtles-test))
(check-docs (quote graphics/value-turtles-examples))
(check-docs (quote graphics/turtles))
(check-docs (quote graphics/turtle-test))
(check-docs (quote graphics/turtle-examples))
(check-docs (quote graphics))
(check-docs (quote graphics/graphics))
(check-docs (quote graphics/graphics-unit))
(check-docs (quote graphics/graphics-sig))
(check-docs (quote graphics/graphics-posn-less-unit))