Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 491 Bytes

File metadata and controls

5 lines (4 loc) · 491 Bytes

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, using XCTFail, and we open source a library along the way.