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

12 lines
339 B
Racket

#lang racket/base
(require rackunit/docs-complete)
(check-docs (quote file/zip))
(check-docs (quote file/tar))
(check-docs (quote file/sha1))
(check-docs (quote file/resource))
(check-docs (quote file/md5))
(check-docs (quote file/gzip))
(check-docs (quote file/gunzip))
(check-docs (quote file/gif))
(check-docs (quote file/convertible))