Update from upstream #11

Closed
soksanichenko wants to merge 158 commits from a8_updated into a8
Showing only changes of commit ee9c9a74e6 - Show all commits

View File

@ -8,6 +8,8 @@ import six
from ddt import ddt, data, unpack from ddt import ddt, data, unpack
from typing import AnyStr, List, Set, Dict, Tuple from typing import AnyStr, List, Set, Dict, Tuple
from tests.test_gather_method_hybrid import MockModule
try: try:
import unittest2 as unittest import unittest2 as unittest
from unittest2 import mock from unittest2 import mock