Commit 79b079c4 authored by Denis Bilenko's avatar Denis Bilenko

greentest/helper.py: disable gettotalrefcount-checking for patched stdlib tests

--HG--
extra : transplant_source : c%A3%EC%24%CBC%8D%12T%BD%E3%23e%5C%A5%11%C6s%DE%DD
parent e195f313
......@@ -24,7 +24,7 @@ def patch_all(timeout=None):
monkey.patch_all(aggressive=True)
import unittest
import greentest
unittest.TestCase = greentest.TestCase
unittest.TestCase = greentest.TestCase0
if timeout is not None:
unittest.TestCase.__timeout__ = timeout
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment