Commit 751f4611 authored by Denis Bilenko's avatar Denis Bilenko

helper.py: import greentest before monkey patching

parent 0e5c66f6
......@@ -23,10 +23,10 @@ class ContainsAll(object):
def patch_all(timeout=None):
import greentest
from gevent import monkey
monkey.patch_all(aggressive=True)
import unittest
import greentest
unittest.TestCase = greentest.TestCase
unittest.TestCase.check_totalrefcount = False
unittest.TestCase.error_fatal = False
......
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