[Python-ideas] [Brainstorm] Testing with Documented ABCs

Antoine Pitrou solipsis at pitrou.net
Thu Nov 29 05:58:04 EST 2018


On Wed, 28 Nov 2018 23:22:20 -0200
Marcos Eliziario
<marcos.eliziario at gmail.com> wrote:

> But nobody is talking about exhausting the combinatoric space of all
> possible values. Property Based Testing looks like Fuzzy Testing but it is
> not quite the same thing.

Well, the OP did talk about "exhaustively searching the
multidimensional space".  But I agree mere sampling is useful.  I might
give hypothesis a try someday.  Usually I prefer hand-rolling my own
stress testing routines.

Regards

Antoine.




More information about the Python-ideas mailing list