We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c3b7a commit 9be303bCopy full SHA for 9be303b
tests/base.py
@@ -13,6 +13,7 @@
13
from shotgun_api3.shotgun import ServerCapabilities
14
import urllib.error
15
16
+from unittest import skip
17
18
class TestBase(unittest.TestCase):
19
'''Base class for tests.
tests/test_api.py
@@ -19,7 +19,7 @@
import ssl
20
import sys
21
import os
22
-from .mock import patch, MagicMock
+from mock import patch, MagicMock
23
import time
24
import types
25
import uuid
tests/test_unit.py
@@ -12,7 +12,7 @@
12
import unittest
-from .mock import patch
+from mock import patch
import shotgun_api3 as api
from httplib2 import Http
0 commit comments