File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,9 @@ Integration tests::
304304The canonical advice is that you should aim to have the majority of your tests
305305be unit tests, with a smaller number of integration tests,
306306and an even smaller number of functional tests,
307- as in the classic "Test Pyramid" of <<test_pyramid>>.
307+ as in <<test_pyramid>>.
308+ // CSANAD: in the HTML, it read: "as in the classic 'Test Pyramid' of The Test Pyramid".
309+ // I changed it, so now it's just "as in The Test Pyramid" to avoid repetition.
308310
309311[[test_pyramid]]
310312.The Test Pyramid
@@ -617,7 +619,7 @@ Integration tests are a scam::
617619 about the way integration tests will ruin your life.footnote:[
618620 Rainsberger actually distinguishes "integrated" tests from integration tests:
619621 integrated test is any test that's not fully isolated from things outside
620- the unit under test.[
622+ the unit under test.]
621623 Then check out a couple of follow-up posts, particularly
622624 https://blog.thecodewhisperer.com/permalink/using-integration-tests-mindfully-a-case-study[this
623625 defence of acceptance tests], and
You can’t perform that action at this time.
0 commit comments