Commit Graph

12 Commits

Author SHA1 Message Date
Ilya Sukhanov
aa644b4340 Allow returning http errors with exceptions
before:
    def my_response_method(self):
        ...
        if error:
            return template, {'status'=400}

after:
    def my_response_method(self):
        ...
        if error:
            raise MyResponseError("bad thing happened")
where MyResponseError inherits from HTTPException
2014-04-22 17:35:15 -04:00
Steve Pulec
6a7abf28e9 Lock down sure version due to https://github.com/gabrielfalcao/sure/pull/46. 2014-02-06 20:41:21 -05:00
jjofseattle
a11c80fe20 add route53 2013-11-14 11:14:14 -08:00
Steve Pulec
47bd4c49a3 attempting to move to upstream httpretty 2013-05-03 19:33:13 -04:00
Steve Pulec
7e9452b7d1 switch to fork of python-coveralls 2013-03-10 23:39:28 -04:00
Steve Pulec
e7afd8263a try out coveralls 2013-03-10 22:34:30 -04:00
Steve Pulec
a728b2581a Adding server mode 2013-03-05 08:14:43 -05:00
Steve Pulec
757c45c659 replace pdbs with NotImplemented 2013-02-25 23:21:49 -05:00
Steve Pulec
c3ae62e7a5 add freezegun to requirements 2013-02-19 23:02:31 -05:00
Steve Pulec
4283cca63c clean up urls. start to clean up responses 2013-02-18 21:22:03 -05:00
Steve Pulec
e20ae8e91c remove httpretty from requirements for now since we are using a local version 2013-02-18 16:34:19 -05:00
Steve Pulec
77d6df6531 basic ec2 and s3 working 2013-02-18 16:09:40 -05:00