excusemejoe
excusemejoe
Add a test to make sure that GAE's set_default_fetch_deadline function works as expect.
Using `git rev-parse --show-toplevel` can not guarantee the result of the command is correct.
``` requests/packages/urllib3/connectionpool.py| 59| class ConnectionPool ( object ) : requests/packages/urllib3/connectionpool.py|104| class HTTPConnectionPool ( ConnectionPool , RequestMethods ) : requests/packages/urllib3/connectionpool.py|172| ConnectionPool . __init__ ( self , host , port ) ```...