aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/tests/core/test_client.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-02-09 23:01:12 +0100
committerDavid Medina <davidmedina9@gmail.com>2012-02-09 23:01:12 +0100
commit18a8ed35b0ff6eae1bacbe0220f38a102fe4e321 (patch)
treea6c51bc90d2494947ef53a66154a074c31992b85 /pygithub3/tests/core/test_client.py
parentCore tests (diff)
downloadpython-github3-18a8ed35b0ff6eae1bacbe0220f38a102fe4e321.tar.xz
python-github3-18a8ed35b0ff6eae1bacbe0220f38a102fe4e321.zip
Utils to tests
Diffstat (limited to 'pygithub3/tests/core/test_client.py')
-rw-r--r--pygithub3/tests/core/test_client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/tests/core/test_client.py b/pygithub3/tests/core/test_client.py
index 57051e2..c4227fa 100644
--- a/pygithub3/tests/core/test_client.py
+++ b/pygithub3/tests/core/test_client.py
@@ -5,7 +5,7 @@ from unittest import TestCase
import requests
from pygithub3.core.client import Client
-from pygithub3.exceptions import *
+from pygithub3.exceptions import NotFound, BadRequest, UnprocessableEntity
from mock import patch