Brian Thomas

Results 1 issues of Brian Thomas

Hi, I'm trying to write some pytest tests for my falcon API. I'm using the following middleware for JSON translation: ``` class JSONTranslator(object): def process_request(self, req, resp): # req.stream corresponds...

documentation
good first issue
needs contributor