aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/tests/core/test_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygithub3/tests/core/test_client.py')
-rw-r--r--pygithub3/tests/core/test_client.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pygithub3/tests/core/test_client.py b/pygithub3/tests/core/test_client.py
index 4a68687..f65fc80 100644
--- a/pygithub3/tests/core/test_client.py
+++ b/pygithub3/tests/core/test_client.py
@@ -1,11 +1,11 @@
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
-from unittest import TestCase
-
import requests
+
from mock import patch
+from pygithub3.tests.utils.core import TestCase
from pygithub3.core.client import Client
from pygithub3.exceptions import NotFound, BadRequest, UnprocessableEntity
from pygithub3.tests.utils.base import mock_response