a minimalist's unit testing framework
This project is maintained by seancorfield and jaycfields
adding signal, removing noise
in-context
for two reasons: rebinding things I don't care about (e.g. calls to logging) to (constantly true)
, and rebinding things I never want called (e.g. create a new thread) to #(throw (RuntimeException. "not allowed in tests"))
.