mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +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
|
@ -1780,6 +1780,5 @@ class PatchTest(unittest.TestCase):
|
|||
self.assertIs(os.path, path)
|
||||
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue