Open bast opened 4 years ago
In session 6 we have discussed "example-based testing", and also manual "mutation testing".
But there is more. For instance: property testing (for eg. in Python with hypothesis).
hypothesis
For mutation testing, this talk from PyCon Sweden 2019 was insightful.
In session 6 we have discussed "example-based testing", and also manual "mutation testing".
But there is more. For instance: property testing (for eg. in Python with
hypothesis
).