2 Matching Annotations
- Jun 2021
-
docs.gitlab.com docs.gitlab.com
-
Unit tests are usually cheap, and you should consider them like the basement of your house
-
Only test the happy path, but make sure to add a test case for any regression that couldn’t have been caught at lower levels with better tests (for example, if a regression is found, regression tests should be added at the lowest level possible).
-