File tree Expand file tree Collapse file tree 4 files changed +4
-966
lines changed Expand file tree Collapse file tree 4 files changed +4
-966
lines changed Original file line number Diff line number Diff line change 6
6
7
7
import httplib2
8
8
9
- from . import mock
9
+ import mock
10
10
11
11
import shotgun_api3 as api
12
12
from shotgun_api3 .shotgun import json
13
13
from shotgun_api3 .shotgun import ServerCapabilities
14
14
import urllib .error
15
15
16
- try :
17
- # Attempt to import skip from unittest. Since this was added in Python 2.7
18
- # in the case that we're running on Python 2.6 we'll need a decorator to
19
- # provide some equivalent functionality.
20
- from unittest import skip
21
- except ImportError :
22
- # On Python 2.6 we'll just have to ignore tests that are skipped -- we won't
23
- # mark them as skipped, but we will not fail on them.
24
- def skip (f ):
25
- return lambda self : None
26
-
27
16
28
17
class TestBase (unittest .TestCase ):
29
18
'''Base class for tests.
Original file line number Diff line number Diff line change 18
18
pytest
19
19
pytest-azurepipelines
20
20
coverage
21
- pytest-coverage
21
+ pytest-coverage
22
+ mock
You can’t perform that action at this time.
0 commit comments