Property-Based Testing with Hypothesis and fast-check
Unit tests check that your code does the right thing for specific inputs you thought of. Property-based tests check that your code does the right thing for hundreds or thousands of inputs the compu...