File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -99,10 +99,9 @@ guide]({% link pages/guides/pytest.md %}).
9999
100100## Project Level Integration Testing
101101
102- The term "Integration Test" is
103- unfortunately overloaded, and used to describe testing that various components
104- integrate with each other, at many levels of the system. These tests will loosely
105- follow the "Detroit School" of test design.
102+ The term "Integration Test" is unfortunately overloaded, and used to describe
103+ testing that various components integrate with each other, at many levels of the
104+ system. These tests will loosely follow the "Detroit School" of test design.
106105
107106- Write tests which view the code from an outside-in perspective, like
108107 [ Public Interface] ( ) tests
@@ -120,8 +119,8 @@ should be helpful for users of the package.
120119
121120## Unit Tests
122121
123- Unit tests loosely follow the "London School" of testing, where the smallest unit
124- of code is tested in isolation.
122+ Unit tests loosely follow the "London School" of testing, where the smallest
123+ unit of code is tested in isolation.
125124
126125These tests are written from an internal perspective, so they are a good place
127126to test aspects of the codebase which are "private" not directly exposed to
You can’t perform that action at this time.
0 commit comments