Omar Ryhan
Omar Ryhan
Any luck @saravanch2018? I'm facing a similar issue.
One use case can be to test `request['session']`. Sorry, what do you mean by inside handler?
I think it's not very convenient to have test code inside route handlers. Is there any particular reason you don't make use of Sanic's own test client? https://github.com/huge-success/sanic/blob/master/sanic/testing.py It returns...
Cool! I appreciate your contribution to this repo and Sanic. Neat work! One more question, what do you think of maybe having a kwarg named: `return_request` that can be passed...
Just an idea, here's how I managed to preserve the most recent request: while setting up my app in my test fixtures, I included the following lines: ``` def request_preserver(req,...
Hi @dmitry-engineer Thanks for raising the issue. I've taken a look at some of the previous issues regarding this bug. We've had 2 issues and 2 PRs concerning this issue...
Hi thanks! Yes, I'm open to it, I remember we used to have some end to end tests before, but I think we're no longer running them. In the Tox...
Hi @neel004 , sorry it isn't. I'm currently only maintaining the repo. Will be happy to accept PRs.
I just added a Typescript declaration file as well.
I must say that the extra export I added will significantly increase the bundle size because it will ship Cheerio in the bundle, which is a bad idea because rarely...