tests/test_utils.py
changeset 1765 2c7137e62a01
parent 1689 72dd9688627c
child 2914 4f821debda33
equal deleted inserted replaced
1764:1c56cbbf3a33 1765:2c7137e62a01
    14 # See the License for the specific language governing permissions and
    14 # See the License for the specific language governing permissions and
    15 # limitations under the License.
    15 # limitations under the License.
    16 """Common testing utilities.
    16 """Common testing utilities.
    17 """
    17 """
    18 
    18 
       
    19 
    19 __authors__ = [
    20 __authors__ = [
    20   '"Augie Fackler" <durin42@gmail.com>',
    21   '"Augie Fackler" <durin42@gmail.com>',
    21   ]
    22   ]
       
    23 
    22 
    24 
    23 class MockRequest(object):
    25 class MockRequest(object):
    24   """Shared dummy request object to mock common aspects of a request.
    26   """Shared dummy request object to mock common aspects of a request.
    25   """
    27   """
    26   def __init__(self, path=None):
    28   def __init__(self, path=None):