|
|
|
|
|
by jawns
2670 days ago
|
|
I started learning about this type of testing by writing Hypothesis tests for Python code: https://hypothesis.readthedocs.io/en/latest/ One of the things that became a source of frustration is writing the specs that define the shape of the inputs. Does FuzzBuzz make that any easier? |
|
We do have plans to build some tools to make this easier. I'd like to see a scenario where defining inputs is as simple as specifying the data types that your code requires. (Or perhaps even automatic detection, for less complex cases)