Commit 5da10b9a authored by Denis Bilenko's avatar Denis Bilenko

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

parent 095fea68
......@@ -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