ResearchSoftwareHour / rsh-notes

Notes and todo-items about our programs
9 stars 0 forks source link

Discussing different types of tests #37

Open bast opened 4 years ago

bast commented 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).

ashwinvis commented 4 years ago

For mutation testing, this talk from PyCon Sweden 2019 was insightful.