From d5a26bd35820b1cb3de991fd45460345b9d3f492 Mon Sep 17 00:00:00 2001 From: David Medina Date: Wed, 29 Feb 2012 01:22:16 +0100 Subject: Init documentation +core +services.user ~services.repos --- pygithub3/tests/services/test_repos.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pygithub3/tests') diff --git a/pygithub3/tests/services/test_repos.py b/pygithub3/tests/services/test_repos.py index 6f4ed71..e11bef7 100644 --- a/pygithub3/tests/services/test_repos.py +++ b/pygithub3/tests/services/test_repos.py @@ -6,7 +6,7 @@ from unittest import TestCase import requests from mock import patch, Mock -from pygithub3.services.repos import (Repo, Collaborator, Commits, Downloads, +from pygithub3.services.repos import (Repo, Collaborators, Commits, Downloads, Forks, Keys, Watchers) from pygithub3.resources.base import json from pygithub3.tests.utils.base import (mock_response, mock_response_result, @@ -146,7 +146,7 @@ class TestRepoService(TestCase): class TestCollaboratorsService(TestCase): def setUp(self): - self.cs = Collaborator() + self.cs = Collaborators() self.cs.set_user('octocat') self.cs.set_repo('oc_repo') -- cgit v1.2.3-59-g8ed1b