Timeline for What is the point of unit tests?
Current License: CC BY-SA 4.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 14, 2023 at 2:48 | comment | added | Joshua | @candied_orange: I actually do have unit tests that catch sporadic failures. Until the causing bugs were tracked down about one build in a hundred would bomb with an unrelated unit test failure. | |
| Jun 14, 2023 at 2:41 | comment | added | candied_orange | Unit tests are also a handy way to mark your deterministic code as such. "Be sure to run the tests more than once because some times they fail just because they feel like it" Not kidding. Real quote. | |
| Jun 14, 2023 at 2:23 | history | answered | Joshua | CC BY-SA 4.0 |