File tree Expand file tree Collapse file tree
source/content/pages/08-testing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6696,6 +6696,11 @@ <h3>Unit testing resources</h3>
66966696< p > The Python wiki has a page with a list of
66976697 < a href ="https://wiki.python.org/moin/PythonTestingToolsTaxonomy "> Python testing tools and extensions</ a > .</ p >
66986698</ li >
6699+ < li >
6700+ < p > < a href ="http://blog.fogcreek.com/working-effectively-with-unit-tests-interview-with-jay-fields/ "> Working Effectively with Unit Tests</ a >
6701+ is an interview with the author of a book by the title where he shares
6702+ some of the insight he's learned on the topic.</ p >
6703+ </ li >
66996704</ ul >
67006705 < h1 > Integration Testing</ h1 >
67016706< p > Integration testing exercises two or more parts of an application at once,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2015-09-01T07:50:40Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2015-09-02T15:34:42Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -67,3 +67,7 @@ by writing the test cases to exercise multiple parts of code at once.
6767* The Python wiki has a page with a list of
6868 [ Python testing tools and extensions] ( https://wiki.python.org/moin/PythonTestingToolsTaxonomy ) .
6969
70+ * [ Working Effectively with Unit Tests] ( http://blog.fogcreek.com/working-effectively-with-unit-tests-interview-with-jay-fields/ )
71+ is an interview with the author of a book by the title where he shares
72+ some of the insight he's learned on the topic.
73+
Original file line number Diff line number Diff line change @@ -99,6 +99,11 @@ <h3>Unit testing resources</h3>
9999< p > The Python wiki has a page with a list of
100100 < a href ="https://wiki.python.org/moin/PythonTestingToolsTaxonomy "> Python testing tools and extensions</ a > .</ p >
101101</ li >
102+ < li >
103+ < p > < a href ="http://blog.fogcreek.com/working-effectively-with-unit-tests-interview-with-jay-fields/ "> Working Effectively with Unit Tests</ a >
104+ is an interview with the author of a book by the title where he shares
105+ some of the insight he's learned on the topic.</ p >
106+ </ li >
102107</ ul >
103108< h3 > What else do you want to learn about testing?</ h3 >
104109< div class ="row ">
You can’t perform that action at this time.
0 commit comments