edbennett / python-testing-ci

https://edbennett.github.io/python-testing-ci
Other
2 stars 3 forks source link

Add an exercise about confidence in changes #19

Open chillenzer opened 1 year ago

chillenzer commented 1 year ago

One important advantage of good code coverage and an extensive test suite is confidence when it comes to code changes. Maybe it would be nice to include an exercise about this, although I'm afraid that this would be a little extensive. I'm thinking about something along the lines of

edbennett commented 1 year ago

I think that would be a very tricky exercise to write, but would be valuable if it could be written.

chillenzer commented 1 year ago

Yes, true. And it has some overlap with the last one that we are also struggling to keep alive. Maybe it would suffice to point said advantage out more clearly in that exercise.