summaryrefslogtreecommitdiff
path: root/websocket/tests/test_url.py
Commit message (Collapse)AuthorAgeFilesLines
* Linting improvements, improved flake8 linting CI cmdengn33r2022-02-251-4/+4
|
* Replace deprecated stream.meetup.com, echo.websocket.org endpoint URLsengn33r2022-02-251-28/+28
|
* Update copyright year to 2022engn33r2021-12-311-1/+1
|
* Improve unit tests with LOCAL_WS_SERVER_PORT variableengn33r2021-08-131-2/+0
|
* Transition from LGPL 2.1 license to Apache 2.0 - fix #697engn33r2021-08-101-13/+11
|
* Unquote username and password in proxy from environment (#723)Richard2021-07-161-0/+4
| | | | | This fixes e.g. credentials containing a `@` escaped as `%40`. Closes #722.
* First pass removing Python 2 code, mostly six dependencyengn33r2021-05-041-10/+2
|
* Match no proxy on domain and * (#671)Codeglitches2021-03-221-0/+309
* Extract url test methods and classes to separate test module * Fix: Restore no_proxy environment variable after tests * Fix: is_address_in_network does not pass simple unittests * Match no_proxy on * and domains