|
|
|
|
|
by motoboi
1843 days ago
|
|
Automatic test generation in this case is not testing your hypothesis of how the code behaves, but rather records how the code actually does. This can be very useful if you are dealing with legacy code bases or just don’t want to write tests yourself. I agree that if your are going to write the tests, using hypothesis is a very wise decision. |
|
I would much rather inherit a code base with zero tests than ones automatically generated by people who "just don't want to write tests".