commit | 086c6b1b0fe8d47ebd15512d7bdcb64c60a360f0 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun May 08 17:49:09 2022 +0300 |
committer | GitHub <noreply@github.com> | Sun May 08 17:49:09 2022 +0300 |
tree | a7b1eaf75879c3fded1b946b2331f6a45dfc8fc7 | |
parent | 8f293180791f2836570bdfc29aadba04a538d435 [diff] |
bpo-45046: Support context managers in unittest (GH-28045) Add methods enterContext() and enterClassContext() in TestCase. Add method enterAsyncContext() in IsolatedAsyncioTestCase. Add function enterModuleContext().