Testing
Misc
- Example: Dependencies (e.g. APIs), Databases, Filesystems
- {jarvis} is an internal package
- Test Bloat - When you have too many tests, it makes it harder to drown out the noise (e.g. warnings you don’t care about).
- When testing, you need to make sure there is an actionable next step for every test that fails. If there isn’t an actionable next step, it’s probably not worth writing the test.