This directory contains code from Point-Free Episode: Better Test Dependencies: Exhaustivity
Exhaustively describing dependencies in your tests makes them stronger and easier to understand. We improve the ergonomics of this technique by ditching the
fatalError
in unimplemented dependencies, usingXCTFail
, and we open source a library along the way.