- master will build + deploy game to itch
- work in your own branch (branch from dev)
- we'll merge dev -> master to get code onto master
Unit tests are supposed to check the functionality of small units of your code, not the whole codebase. Unit tests are not meant to be integration tests/functional automation tests.
- 15ms run time for unit tests
- only test what you code
- mock other's code
- categorize tests