-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from shoriwe/gplasma-v1.01-adoption
Plasma v1 adoption
- Loading branch information
Showing
249 changed files
with
11,879 additions
and
13,178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,13 +54,13 @@ def test_socks5_with_http_no_auth(): | |
|
||
|
||
def test_socks5_with_http_with_file_auth(): | ||
#assert requests.get( | ||
# "http://127.0.0.1:8080", | ||
# proxies={ | ||
# "http": "socks5://sulcud:[email protected]:9050", | ||
# "https": "socks5://sulcud:[email protected]:9050" | ||
# } | ||
#) | ||
# assert requests.get( | ||
# "http://127.0.0.1:8000", | ||
# proxies={ | ||
# "http": "socks5://sulcud:[email protected]:9050", | ||
# "https": "socks5://sulcud:[email protected]:9050" | ||
# } | ||
# ) | ||
assert requests.get( | ||
"https://google.com", | ||
proxies={ | ||
|
@@ -77,8 +77,8 @@ def main(): | |
|
||
# test_socks5_with_http_no_auth() | ||
|
||
test_http_with_http_no_auth() | ||
# test_socks5_with_http_with_file_auth() | ||
#test_http_with_http_no_auth() | ||
test_socks5_with_http_with_file_auth() | ||
|
||
|
||
if __name__ == '__main__': | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.