diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-09-13 23:54:01 +0200 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-09-13 23:54:01 +0200 |
commit | 356bdeb0a173d026beb614050c84c38f73b88db6 (patch) | |
tree | c531ec1e4a1a3c763f9abf3724ddc107a68d507f /Lib/unittest/test/testmock/testpatch.py | |
parent | 1d7c8c9a00f57df32b6b5c055b3e5a2d11ed1f05 (diff) | |
download | cpython-git-356bdeb0a173d026beb614050c84c38f73b88db6.tar.gz |
Issue #19013: add unittest.main() epilogs to unittest.mock's own test modules
Diffstat (limited to 'Lib/unittest/test/testmock/testpatch.py')
-rw-r--r-- | Lib/unittest/test/testmock/testpatch.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/unittest/test/testmock/testpatch.py b/Lib/unittest/test/testmock/testpatch.py index c1091b4e9b..c1bc34fa8c 100644 --- a/Lib/unittest/test/testmock/testpatch.py +++ b/Lib/unittest/test/testmock/testpatch.py @@ -1780,6 +1780,5 @@ class PatchTest(unittest.TestCase): self.assertIs(os.path, path) - if __name__ == '__main__': unittest.main() |