Nikolai Golub

Results 39 comments of Nikolai Golub

I think it's not serious issue, but IMHO, behavior near line 391 in httpretty.core isn't correct. If it didn't find the matched entry, fakesocket object makes real request in `self.real_sendall()`...

I've tried to add raising exception inside `real_sendall()`. But 'Connection reset by peer' is ignored in httplib2. I have no idea why. Interesting thing, without httpretty there's no such error.

@fvictorio Could you please re-open it?

This is not main repo, please check https://github.com/flask-admin/flask-admin

I also noticed this warning, in all my tests, which require db_session. Is there a way I can help with fixing it?

@philgyford @killthekitten I have the same issue, I investigated a little bit, and I guess the issue is that mocked-sessions patches session after it is bind to Factory, so in...

@jeancochrane Thanks for such detailed explanation, and any help is appreciated! That is strange, that error is different. I used pipenv, so all exact versions should be presented in Pipenv.lock...

@jeancochrane , I've finally managed to create docker environment, repository is updated: https://github.com/citizen-stig/flask-pytest-samples just use `docker-compose up` and error will be printed in console