Skip to content

Commit eec9a22

Browse files
committed
fix formatting
1 parent 5cafa8b commit eec9a22

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

chapter_27_hot_lava.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,9 @@ Integration tests::
304304
The canonical advice is that you should aim to have the majority of your tests
305305
be unit tests, with a smaller number of integration tests,
306306
and 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

0 commit comments

Comments
 (0)