summaryrefslogtreecommitdiff
path: root/tests/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* making module docstrings and coding comments consistentNate Prewitt2016-07-191-0/+2
|
* Add 'all' proxy selection to select_proxyBrett Higgins2016-05-131-0/+17
It seems it's necessary both in pulling all_proxy from the environment (rebuild_proxies) and deciding which proxy to use (select_proxy). Also added new functional test.