Is there a way that I can cause another build to happen immediately (to see how it handles my "csv-reading" package)? *Or* could someone please confirm that the below way my unit tests work should be OK with the build servers?

* My packages use `(module+ test (require overeasy) ...)` in the main implementation file for all the tests. * Any test that fails raises an `exn:fail?` (unless test was annotated in code as expected to fail). * Normally the tests send verbose logging to the Racket logger as `debug@overeasy`. Examples:
    overeasy: Start Test Section [comment-chars]
overeasy: Test Passed [comment-chars read-str-without-pound-as-comment-char] * The tests don't do any logger output above `debug` level, unless tests fail.

Thanks,
Neil V.

--
You received this message because you are subscribed to the Google Groups "Racket 
Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-dev/56CA33E9.3000106%40neilvandyke.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to