Skip to content

Commit 4c19f10

Browse files
style: pre-commit fixes
1 parent e3897fe commit 4c19f10

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/pages/principles/testing.md

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

126125
These tests are written from an internal perspective, so they are a good place
127126
to test aspects of the codebase which are "private" not directly exposed to

0 commit comments

Comments
 (0)