aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/tests/utils/services.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-02-10 08:40:40 +0100
committerDavid Medina <davidmedina9@gmail.com>2012-02-10 08:40:40 +0100
commit4dbd53a7b438d9d7b13bc0afe903c54cd85cb176 (patch)
treea7e8bb16a9ed53371457a5c21b4ecdd2c94f4f14 /pygithub3/tests/utils/services.py
parentServices tests (diff)
downloadpython-github3-4dbd53a7b438d9d7b13bc0afe903c54cd85cb176.tar.xz
python-github3-4dbd53a7b438d9d7b13bc0afe903c54cd85cb176.zip
WIP on resources.users tests
Diffstat (limited to '')
-rw-r--r--pygithub3/tests/utils/services.py (renamed from pygithub3/tests/services/utils.py)3
1 files changed, 3 insertions, 0 deletions
diff --git a/pygithub3/tests/services/utils.py b/pygithub3/tests/utils/services.py
index a981916..f4765b5 100644
--- a/pygithub3/tests/services/utils.py
+++ b/pygithub3/tests/utils/services.py
@@ -1,7 +1,10 @@
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
+from .base import mock_json
+
base_url = 'https://api.github.com/'
+
def _(request):
return "%s%s" % (base_url, request)