I've written a library for making test mocks, so that tests can verify they're 
correctly calling dependencies without really calling them (for example, to 
avoid IO in unit tests). It's available in the package catalog under the name 
"mock", and a separate package with RackUnit checks for mocks is available as 
"mock-rackunit".

Documentation: http://docs.racket-lang.org/mock@mock/index.html
Source repository: https://github.com/jackfirth/racket-mock

Issues, comments, bug reports, pull requests, and party favors are all more 
than welcome.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to