From 7c2fa698089c9d50cb5738ec5d51b1fc51b15291 Mon Sep 17 00:00:00 2001 From: David Medina Date: Fri, 10 Feb 2012 08:40:40 +0100 Subject: WIP on resources.users tests --- pygithub3/tests/utils/base.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pygithub3/tests/utils/base.py') diff --git a/pygithub3/tests/utils/base.py b/pygithub3/tests/utils/base.py index 8b82b67..cda2b2c 100644 --- a/pygithub3/tests/utils/base.py +++ b/pygithub3/tests/utils/base.py @@ -7,6 +7,10 @@ from pygithub3.resources.base import Resource from pygithub3.requests import Request +def mock_json(content): + return content + + class DummyResource(Resource): pass -- cgit v1.2.3-59-g8ed1b