diff options
author | 2012-02-09 23:01:12 +0100 | |
---|---|---|
committer | 2012-02-09 23:01:12 +0100 | |
commit | 18a8ed35b0ff6eae1bacbe0220f38a102fe4e321 (patch) | |
tree | a6c51bc90d2494947ef53a66154a074c31992b85 /pygithub3/tests/core/test_client.py | |
parent | Core tests (diff) | |
download | python-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.py | 2 |
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 |