Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 488 Bytes

File metadata and controls

5 lines (4 loc) · 488 Bytes

This directory contains code from Point-Free Episode: Better Test Dependencies: Exhaustivity

We talk about dependencies a lot on Point-Free, but we’ve never done a deep dive on how to tune them for testing. It’s time to do just that, by first showing how a test can exhaustively describe its dependencies, which comes with some incredible benefits.