We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568e00a commit 4f93bc0Copy full SHA for 4f93bc0
doc/en/getting-started.rst
@@ -159,7 +159,7 @@ Grouping tests in classes can be beneficial for the following reasons:
159
* Sharing fixtures for tests only in that particular class
160
* Applying marks at the class level and having them implicitly apply to all tests
161
162
-Something to be aware of when grouping tests inside classes is that each test does not have the same instance of the class.
+Something to be aware of when grouping tests inside classes is that each has a unique instance of the class.
163
Having each test share the same class instance would be very detrimental to test isolation and would promote poor test practices.
164
This is outlined below:
165
0 commit comments