author | Pawel Solyga <Pawel.Solyga@gmail.com> |
Mon, 09 Mar 2009 00:38:43 +0000 | |
changeset 1765 | 2c7137e62a01 |
parent 1764 | 1c56cbbf3a33 |
child 1766 | 75531b82a4e2 |
--- a/tests/test_utils.py Mon Mar 09 00:08:32 2009 +0000 +++ b/tests/test_utils.py Mon Mar 09 00:38:43 2009 +0000 @@ -16,10 +16,12 @@ """Common testing utilities. """ + __authors__ = [ '"Augie Fackler" <durin42@gmail.com>', ] + class MockRequest(object): """Shared dummy request object to mock common aspects of a request. """