Skip to content

Commit 5061a47

Browse files
committed
add missing test text to docs
1 parent 4f93bc0 commit 5061a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Grouping tests in classes can be beneficial for the following reasons:
159159
* Sharing fixtures for tests only in that particular class
160160
* Applying marks at the class level and having them implicitly apply to all tests
161161

162-
Something to be aware of when grouping tests inside classes is that each has a unique instance of the class.
162+
Something to be aware of when grouping tests inside classes is that each test has a unique instance of the class.
163163
Having each test share the same class instance would be very detrimental to test isolation and would promote poor test practices.
164164
This is outlined below:
165165

0 commit comments

Comments
 (0)