Skip to content

Commit 489226c

Browse files
committed
adding new resource
1 parent a1e4b92 commit 489226c

4 files changed

Lines changed: 15 additions & 1 deletion

File tree

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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>

source/content/pages/08-testing/02-unit-testing.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+

unit-testing.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)