procedure
( check-docs lib[#:skipskip])→any
lib:module-path?
If skip is a regexp, then exporting matching that regexp are ignored. If it is a symbol, then that export is ignored. If it is a list of symbols and regexps, then any exporting matching any of the symbols or regexps are ignored. If it is a function, the function is treated as a predicate and passed each export of the module. If skip is #f, no exports are skipped.
Changed in version 1.10 of package racket-index: Changed lib to accept any module path.
NOTE: This library is deprecated; use raco/testing, instead.
procedure
#:exit?exit?])
Changed in version 1.11 of package testing-util-lib: Allow any value for the display? and exit? arguments, not just booleans.
parameter
enabled?:any/c= #t
Added in version 1.1 of package testing-util-lib.
Changed in version 1.11: Allow any value for the parameter and coerce it to a boolean.
parameter
( current-test-invocation-directory )→(or/c #fpath-string? )
= #f
Added in version 1.2 of package testing-util-lib.