Ilya

Results 4 comments of Ilya

Same for me. Found similar bug with order = 3. When I change the order the bug disappears...

I found this issue is very annoying when I have mixed tests with and without pook. I'm unable to run this code: ``` import unittest import pook import requests as...

I have this dirty hack for the issue: ``` diff --git a/pook/interceptors/urllib3.py b/pook/interceptors/urllib3.py index 18247a4..0287768 100644 --- a/pook/interceptors/urllib3.py +++ b/pook/interceptors/urllib3.py @@ -26,6 +26,17 @@ PATCHES = ( 'urllib3.connectionpool.HTTPConnectionPool.urlopen' ) +import...

I've tried it for some Python project and got this: ``` Calling cd /project && /idea-cli-inspector -p profiles_settings.xml WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access...