Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a2a9071

Browse files
committed
merge with 3.2
2 parents 3242577 + 41b2404 commit a2a9071

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/unittest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ The simplest :class:`TestCase` subclass will simply override the
376376
widget = Widget('The widget')
377377
self.assertEqual(widget.size(), (50, 50), 'incorrect default size')
378378

379-
Note that in order to test something, we use the one of the :meth:`assert\*`
379+
Note that in order to test something, we use one of the :meth:`assert\*`
380380
methods provided by the :class:`TestCase` base class. If the test fails, an
381381
exception will be raised, and :mod:`unittest` will identify the test case as a
382382
:dfn:`failure`. Any other exceptions will be treated as :dfn:`errors`. This

0 commit comments

Comments
 (0)