Skip to content

Commit

Permalink
Restore coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquev6 committed Jul 7, 2013
1 parent 792970e commit 837dff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/tests/PaginatedList.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see <http://www.gnu.org/licenses/>.

import Framework
import CommitComment
from github.PaginatedList import PaginatedList as PaginatedListImpl


Expand Down Expand Up @@ -92,6 +91,7 @@ def testCustomPerPage(self):
self.assertEqual(len(list(self.repo.get_issues())), 456)

def testCustomPerPageWithNoUrlParams(self):
import CommitComment # Don't polute github.tests namespace, it would conflict with github.tests.CommitComment
self.g.per_page = 100
paginated_list = PaginatedListImpl(
CommitComment.CommitComment,
Expand Down

0 comments on commit 837dff5

Please sign in to comment.