14
14
'result': data['result'], 'test': data['test']}
18
18
return {'result': 'Did %s!' % what}
22
22
return {'result': 'Said %s!' % thing}
24
28
class JSONRESTViewTest(JSONRESTViewTestWithoutPUT):
25
29
'''A small JSON REST view for testing purposes.'''
26
30
def PUT(self, req, data):