<div dir="ltr"><div>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.<br>

<br></div>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.<br>

<div><br>[1] <a href="http://expect.sourceforge.net/">http://expect.sourceforge.net/</a><br></div></div>