aboutsummaryrefslogtreecommitdiffstats
path: root/github3/tests/fixtures.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2011-11-13 23:43:35 +0100
committerDavid Medina <davidmedina9@gmail.com>2011-11-13 23:43:35 +0100
commit6323be600d0c265e40df9f8950602e85ee94955b (patch)
treebc5a1b6945e45ea4908ce36258e87f169fa55954 /github3/tests/fixtures.py
parentAdded limit to querys that return several items (diff)
downloadpython-github3-6323be600d0c265e40df9f8950602e85ee94955b.tar.xz
python-github3-6323be600d0c265e40df9f8950602e85ee94955b.zip
Added handler base test
Diffstat (limited to 'github3/tests/fixtures.py')
-rw-r--r--github3/tests/fixtures.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/github3/tests/fixtures.py b/github3/tests/fixtures.py
index aef4425..fdbc3fb 100644
--- a/github3/tests/fixtures.py
+++ b/github3/tests/fixtures.py
@@ -23,7 +23,10 @@ GET_USER = {
}
GET_LINK = '<https://api.github.com/gists/public?page=2>; rel="next", <https://api.github.com/gists/public?page=5>; rel="last"'
-
+GET_RESOURCES = [
+ {'login': 'octocat'},
+ {'login': 'octocat'}
+]
GET_FOLLOWERS = [
{
"login": "octocat",