summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/testmock/testpatch.py
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-09-13 21:54:01 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-09-13 21:54:01 (GMT)
commit356bdeb0a173d026beb614050c84c38f73b88db6 (patch)
treec531ec1e4a1a3c763f9abf3724ddc107a68d507f /Lib/unittest/test/testmock/testpatch.py
parent1d7c8c9a00f57df32b6b5c055b3e5a2d11ed1f05 (diff)
downloadcpython-356bdeb0a173d026beb614050c84c38f73b88db6.zip
cpython-356bdeb0a173d026beb614050c84c38f73b88db6.tar.gz
cpython-356bdeb0a173d026beb614050c84c38f73b88db6.tar.bz2
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.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/unittest/test/testmock/testpatch.py b/Lib/unittest/test/testmock/testpatch.py
index c1091b4..c1bc34f 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()