Skip to content

Commit 64409ca

Browse files
committed
Completed Testing section.
1 parent ac1db33 commit 64409ca

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,18 +1089,22 @@ You'll get more graph practice in Skiena's book (see Books section below) and th
10891089
- [ ] strace: https://en.wikipedia.org/wiki/Strace
10901090
- [ ] tcpdump: https://danielmiessler.com/study/tcpdump/
10911091

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
10931098
- [x] Agile Software Testing with James Bach: https://www.youtube.com/watch?v=SAhJf36_u5U
10941099
- [x] Open Lecture by James Bach on Software Testing: https://www.youtube.com/watch?v=ILkT_HV9DVU
10951100
- [x] Steve Freeman - Test-Driven Development (that’s not what we meant): https://vimeo.com/83960706
10961101
- slides: http://gotocon.com/dl/goto-berlin-2013/slides/SteveFreeman_TestDrivenDevelopmentThatsNotWhatWeMeant.pdf
10971102
- [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
11041108

11051109
- [ ] **Design patterns**
11061110
- [ ] CS164 Lecture 3 Design Patterns: https://youtu.be/mym5m-GKG0Q?t=660

0 commit comments

Comments
 (0)