mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Correct a typo in the Unittest documentation (GH-10397)
Co-Authored-By: maggyero <gery.ogam@gmail.com>
This commit is contained in:
parent
d17a693fa0
commit
009b2f0204
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ Distinguishing test iterations using subtests
|
|||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
When some of your tests differ only by a some very small differences, for
|
||||
When there are very small differences among your tests, for
|
||||
instance some parameters, unittest allows you to distinguish them inside
|
||||
the body of a test method using the :meth:`~TestCase.subTest` context manager.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue