Robert Jiang
- Automated test should be run in a GitHub action that runs automtically whenever someone pushes their code.
- No
- No, this feature has to do with user interaction and should be tested with an end to end test. This feature also is not a standalone feature as it most likely depends on mutliple functions, thus unit test is not suitable.
- Yes, this is likely a single function that checks if the length of a string exceeds 80 characters. Thus unit testing is reasonable.