File tree Expand file tree Collapse file tree 3 files changed +6
-15
lines changed
source/content/pages/04-testing Expand file tree Collapse file tree 3 files changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -2183,12 +2183,9 @@ <h2>How is integration testing different from unit testing?</h2>
21832183<h3>Integration testing resources</h3>
21842184<ul>
21852185<li>
2186- <p><a href="http://eigenhombre.com/2013/04/13/integration-testing-in-python-with- context-managers/ ">Integration testing with Context Managers</a>
2186+ <p><a href="http://eigenhombre.com/introduction-to- context-managers-in-python.html ">Integration testing with Context Managers</a>
21872187 gives an example of a system that needs integration tests and shows how
2188- context managers can be used to address the problem. There are a couple
2189- other useful posts in this series on testing including
2190- <a href="http://eigenhombre.com/2013/04/18/thoughts-on-integration-testing/">thoughts on integration testing</a>
2191- and <a href="http://eigenhombre.com/2013/04/19/processes-vs-threads-for-testing/">processes vs. threads for integration testing</a>.</p>
2188+ context managers can be used to address the problem.</p>
21922189</li>
21932190<li>
21942191<p>Pytest has a page on <a href="https://pytest.org/latest/goodpractices.html">integration good practices</a>
Original file line number Diff line number Diff line change @@ -59,12 +59,9 @@ <h2>How is integration testing different from unit testing?</h2>
5959< h3 > Integration testing resources</ h3 >
6060< ul >
6161< li >
62- < p > < a href ="http://eigenhombre.com/2013/04/13/integration-testing-in-python-with- context-managers/ "> Integration testing with Context Managers</ a >
62+ < p > < a href ="http://eigenhombre.com/introduction-to- context-managers-in-python.html "> Integration testing with Context Managers</ a >
6363 gives an example of a system that needs integration tests and shows how
64- context managers can be used to address the problem. There are a couple
65- other useful posts in this series on testing including
66- < a href ="http://eigenhombre.com/2013/04/18/thoughts-on-integration-testing/ "> thoughts on integration testing</ a >
67- and < a href ="http://eigenhombre.com/2013/04/19/processes-vs-threads-for-testing/ "> processes vs. threads for integration testing</ a > .</ p >
64+ context managers can be used to address the problem.</ p >
6865</ li >
6966< li >
7067< p > Pytest has a page on < a href ="https://pytest.org/latest/goodpractices.html "> integration good practices</ a >
Original file line number Diff line number Diff line change @@ -33,12 +33,9 @@ during development so they can be addressed immediately.
3333
3434
3535### Integration testing resources
36- * [ Integration testing with Context Managers] ( http://eigenhombre.com/2013/04/13/integration-testing-in-python-with- context-managers/ )
36+ * [ Integration testing with Context Managers] ( http://eigenhombre.com/introduction-to- context-managers-in-python.html )
3737 gives an example of a system that needs integration tests and shows how
38- context managers can be used to address the problem. There are a couple
39- other useful posts in this series on testing including
40- [ thoughts on integration testing] ( http://eigenhombre.com/2013/04/18/thoughts-on-integration-testing/ )
41- and [ processes vs. threads for integration testing] ( http://eigenhombre.com/2013/04/19/processes-vs-threads-for-testing/ ) .
38+ context managers can be used to address the problem.
4239
4340* Pytest has a page on [ integration good practices] ( https://pytest.org/latest/goodpractices.html )
4441 that you'll likely want to follow when testing your application.
You can’t perform that action at this time.
0 commit comments