Skip to content

Commit

Permalink
Add red test
Browse files Browse the repository at this point in the history
  • Loading branch information
karpetrosyan committed Jun 8, 2023
1 parent 073df47 commit e27fee0
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 0 deletions.
133 changes: 133 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ def test_get_ssl_cert_file():
({"no_proxy": "localhost"}, {"all://localhost": None}),
({"no_proxy": "github.com"}, {"all://*github.com": None}),
({"no_proxy": ".github.com"}, {"all://*.github.com": None}),
({"no_proxy": "http://github.com"}, {"http://github.com": None})
],
)
def test_get_environment_proxies(environment, proxies):
Expand Down

0 comments on commit e27fee0

Please sign in to comment.