将帖子更改为
response=self.app.post('/test_function', data=json.dumps(dict(foo='bar')), content_type='application/json')解决它。
感谢user3012759。

将帖子更改为
response=self.app.post('/test_function', data=json.dumps(dict(foo='bar')), content_type='application/json')解决它。
感谢user3012759。