[racket] Expect library?

From: Jonathan Schuster (schuster at ccs.neu.edu)
Date: Tue Sep 24 16:11:37 EDT 2013

Does Racket have a library/language similar to the Expect [1] tool? I need
a tool for testing input/output from other processes, including timing. I'm
considering rolling my own, but wanted to check that nothing else exists
yet.

I considered using Expect itself, but its timeout mechanism can only handle
an integer number of seconds (i.e. no fraction-of-a-second timeouts), and
I'd rather have all of Racket at my disposal when writing test scripts,
anyway.

[1] http://expect.sourceforge.net/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130924/fe837c5f/attachment.html>

Posted on the users mailing list.