mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Issue #19013: add unittest.main() epilogs to unittest.mock's own test modules
This commit is contained in:
parent
1d7c8c9a00
commit
356bdeb0a1
3 changed files with 4 additions and 2 deletions
|
|
@ -1399,6 +1399,5 @@ class MockTest(unittest.TestCase):
|
|||
mock.foo
|
||||
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue