Who would actually write tests like this in real life? Does anyone out there actually test their polynomials with a random sample of input values?<p>Yes, in a technical sense they are tests. But they are bad tests precisely because they barely fulfill the purpose to clarify the behavior of the function.<p>I’m not convinced.