mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Add missing comma and period in unittest docs (GH-17211)
Automerge-Triggered-By: @csabella
This commit is contained in:
parent
24555ce2f9
commit
b1f160a236
1 changed files with 1 additions and 1 deletions
|
@ -1563,7 +1563,7 @@ Test cases
|
|||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
After running the test ``events`` would contain ``["setUp", "asyncSetUp", "test_response", "asyncTearDown", "tearDown", "cleanup"]``
|
||||
After running the test, ``events`` would contain ``["setUp", "asyncSetUp", "test_response", "asyncTearDown", "tearDown", "cleanup"]``.
|
||||
|
||||
|
||||
.. class:: FunctionTestCase(testFunc, setUp=None, tearDown=None, description=None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue