Tweeted By @fchollet
The purpose of unit tests is not really to check correctness at t=0, which is low-value and can be done via other means. It is to avoid future breakages and to be able to make changes with confidence. Write your tests with this in mind.
— François Chollet (@fchollet) June 18, 2020