Property Testing: Why You Should Generate Test Data
Posted on August 31, 2017 in blog • Tagged with testing, property testing, python
This post is cross-posted to dev.to
I drank the functional programming cool-aid at my first real job. While I do not currently professionally develop with functional programming, I still apply what functional concepts I can -- property testing is a big one.
I'm going to cover three main points: - What's …
Continue reading