file SchemeUnit under Tools in doc list, adjust author typesetting
svn: r14268
This commit is contained in:
parent
5b3c9ac7ef
commit
def73634ee
|
@ -14,7 +14,7 @@
|
||||||
(define url "http://schematics.sourceforge.net/")
|
(define url "http://schematics.sourceforge.net/")
|
||||||
|
|
||||||
(define primary-file "main.ss")
|
(define primary-file "main.ss")
|
||||||
(define scribblings '(("scribblings/schemeunit.scrbl" (multi-page))))
|
(define scribblings '(("scribblings/schemeunit.scrbl" (multi-page) (tool))))
|
||||||
|
|
||||||
(define release-notes
|
(define release-notes
|
||||||
'((p "Correctly handle arbitrary expressions in test suites and fix Scribble errors.")))
|
'((p "Correctly handle arbitrary expressions in test suites and fix Scribble errors.")))
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
@title{@bold{SchemeUnit}: Unit Testing for Scheme}
|
@title{@bold{SchemeUnit}: Unit Testing for Scheme}
|
||||||
|
|
||||||
by Noel Welsh (@tt{noelwelsh at GMail})
|
@author[(author+email "Noel Welsh" "noelwelsh@gmail.com")
|
||||||
and Ryan Culpepper (@tt{ryan_sml at yahoo dot com})
|
(author+email "Ryan Culpepper" "ryan_sml@yahoo.com")]
|
||||||
|
|
||||||
SchemeUnit is a unit-testing framework for PLT Scheme. It
|
SchemeUnit is a unit-testing framework for PLT Scheme. It
|
||||||
is designed to handle the needs of all Scheme programmers,
|
is designed to handle the needs of all Scheme programmers,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user