Add unit test video

This commit is contained in:
Charles-Axel Dein 2022-03-29 21:25:40 +02:00
parent de48c7ad6a
commit a0d0af815e
No known key found for this signature in database
GPG Key ID: 64C00027F3375D70
1 changed files with 1 additions and 0 deletions

View File

@ -1318,6 +1318,7 @@ Test pyramid:
- Test code is as important as production code.
- [Software testing anti-patterns](http://blog.codepipes.com/testing/software-testing-antipatterns.html), Kostis Kapelonis.
- [Write tests. Not too many. Mostly integration.](https://blog.kentcdodds.com/write-tests-not-too-many-mostly-integration-5e8c7fff591c) for a contrarian take about unit testing
- 🎞 [Unit test 2, Integration test: 0](https://www.youtube.com/watch?v=Oj8bfBlwHAg&ab_channel=PercyRicardoAnticonaMasabel)
End-to-end tests: