summaryrefslogtreecommitdiff
path: root/test/test_poolmanager.py
Commit message (Expand)AuthorAgeFilesLines
* Skip tests when DNS can't resolve a dotted FQDNhodbn2020-03-211-0/+2
* Auto formatting using blackRatan Kulshreshtha2019-05-251-88/+84
* Drop support for Python 2.6 (#1429)Hugo2018-08-231-4/+1
* Use FQDN only for DNS and drop trailing dot for other operationsJesse Shapiro2017-12-141-0/+8
* Rewrite test_poolmanager.py to be pytest-styleAlex Chan2017-08-091-123/+87
* Add assert_hostname/assert_fingerprint to list of valid keys for PoolManagerDavanum Srinivas2017-04-301-0/+10
* Failing test for #1165Cory Benfield2017-04-281-0/+20
* The ``connection_from_*`` methods now accept pool_kwargsJeremy Cline2017-03-231-52/+80
* Fix flake errors with unittest2 importSeth Michael Larson2017-01-251-4/+5
* s/version/version_info/Seth Michael Larson2017-01-221-1/+1
* Add unittest2 for more testcasesSeth Michael Larson2017-01-221-1/+5
* Add cleanup to pools and managerslars48392017-01-211-1/+19
* Add ``source_address`` to the HTTP and HTTPS pool keysJeremy Cline2016-04-191-3/+6
* Update ``key_fn_by_scheme`` functions to use functools.partialJeremy Cline2016-04-181-4/+2
* Rename pool_key_funcs_by_scheme to key_fn_by_schemeJeremy Cline2016-04-171-6/+6
* Pool keys are now case-insensitive for `scheme` and `host`Jeremy Cline2016-04-151-5/+85
* Add a test to ensure http pools ignore https pool kwargsJeremy Cline2016-04-041-0/+11
* Add additional tests for the pool keys.Jeremy Cline2016-04-041-18/+100
* Create connection pool keys by schemeJeremy Cline2016-04-041-9/+5
* Test that we key connection pools off SSL arguments.Cory Benfield2016-04-041-1/+59
* Allow PoolManager and ConnectionPool to be used as a context manager.Shivan Sornarajah2015-02-061-0/+16
* Handle blank host with new exception, LocationValueError.Andrey Petrov2014-06-241-2/+3
* Raise LocationParseError if host is NoneKevin Burke2014-03-161-1/+7
* Switch uses of `with self.assertRaises(...)` to standard calls.John Szakmeister2012-12-031-4/+2
* More pool-closing tests, 99% coverage.Andrey Petrov2012-07-221-1/+1
* More tests, PoolManager.close is now PoolManager.clear.Andrey Petrov2012-07-221-0/+24
* More progress porting tests to py3, brutal.Andrey Petrov2012-01-221-1/+0
* Refactored dummyserver subpackage to support simpler Socket servers.Andrey Petrov2012-01-211-29/+0
* Moved the code to support test threaded socket servers into its own module.Brandon Rhodes2012-01-181-2/+3
* Decided to make the missing-port test finicky about the response it gets back.Brandon Rhodes2012-01-171-1/+3
* Wrote a fix for github issue #28.Brandon Rhodes2012-01-171-2/+2
* Added a failing test case for github issue #28.Brandon Rhodes2012-01-171-1/+28
* Cleanup of unused imports.Andrey Petrov2011-12-041-2/+0
* Stop sys.path manipulation.Piotr Dobrogost2011-12-031-4/+0
* Refactoring: Moved RecentlyUsedContainer out to its own submodule.Andrey Petrov2011-09-201-74/+2
* More thorough access testing.Andrey Petrov2011-09-191-0/+15
* PoolManager: Replaced heapq with deque.Andrey Petrov2011-09-191-4/+3
* PoolManager: More refactoring.Andrey Petrov2011-09-191-2/+2
* PoolManager: More thorough testing, mild refactoring and cleanup.Andrey Petrov2011-09-191-0/+12
* PoolManager is functional with mostly complete tests. Fixed a bug in HTTPSCon...Andrey Petrov2011-09-191-2/+51
* poolmanager: Fixes of various silly errors, added unit test that reveals a kn...Andrey Petrov2011-09-191-0/+50