@@ -1089,18 +1089,22 @@ You'll get more graph practice in Skiena's book (see Books section below) and th
1089
1089
- [ ] strace: https://en.wikipedia.org/wiki/Strace
1090
1090
- [ ] tcpdump: https://danielmiessler.com/study/tcpdump/
1091
1091
1092
- - [ ] ** Testing**
1092
+ - [x] ** Testing**
1093
+ - To cover:
1094
+ - how unit testing works
1095
+ - what are mock objects
1096
+ - what is integration testing
1097
+ - what is dependency injection
1093
1098
- [x] Agile Software Testing with James Bach: https://www.youtube.com/watch?v=SAhJf36_u5U
1094
1099
- [x] Open Lecture by James Bach on Software Testing: https://www.youtube.com/watch?v=ILkT_HV9DVU
1095
1100
- [x] Steve Freeman - Test-Driven Development (that’s not what we meant): https://vimeo.com/83960706
1096
1101
- slides: http://gotocon.com/dl/goto-berlin-2013/slides/SteveFreeman_TestDrivenDevelopmentThatsNotWhatWeMeant.pdf
1097
1102
- [x] TDD is dead. Long live testing.: http://david.heinemeierhansson.com/2014/tdd-is-dead-long-live-testing.html
1098
- - [ ] Video series (152 videos): https://www.youtube.com/watch?v=nzJapzxH_rE&list=PLAwxTw4SYaPkWVHeC_8aSIbSxE_NXI76g
1099
- - [ ] Test-Driven Web Development with Python: http://www.obeythetestinggoat.com/pages/book.html#toc
1100
- - how unit testing works
1101
- - what are mock objects
1102
- - what is integration testing
1103
- - what is dependency injection
1103
+ - [x] Video series (152 videos): https://www.youtube.com/watch?v=nzJapzxH_rE&list=PLAwxTw4SYaPkWVHeC_8aSIbSxE_NXI76g
1104
+ - [x] Test-Driven Web Development with Python: http://www.obeythetestinggoat.com/pages/book.html#toc
1105
+ - [x] Dependency injection:
1106
+ - [x] https://www.youtube.com/watch?v=IKD2-MAkXyQ
1107
+ - [x] http://jasonpolites.github.io/tao-of-testing/ch3-1.1.html
1104
1108
1105
1109
- [ ] ** Design patterns**
1106
1110
- [ ] CS164 Lecture 3 Design Patterns: https://youtu.be/mym5m-GKG0Q?t=660
0 commit comments