summaryrefslogtreecommitdiff
path: root/websocket/tests/test_cookiejar.py
Commit message (Collapse)AuthorAgeFilesLines
* Linting improvements, improved flake8 linting CI cmdengn33r2022-02-251-5/+2
|
* Update copyright year to 2022engn33r2021-12-311-1/+1
|
* Improve unit tests with LOCAL_WS_SERVER_PORT variableengn33r2021-08-131-1/+4
|
* Transition from LGPL 2.1 license to Apache 2.0 - fix #697engn33r2021-08-101-13/+11
|
* Improve _abnf.py, _cookiejar.py unit test coverageengn33r2021-05-161-0/+1
|
* PEP8 style compliance fixesengn33r2021-05-041-5/+0
|
* Replace deprecated assertEquals() with assertEqual()engn33r2021-02-271-20/+20
| | | | | | The plural 'assertEquals()' is deprecated in Python 3 and triggers a warning during CI: https://docs.python.org/3/library/unittest.html#deprecated-aliases
* Fix #526 by reverting invalid BSD license migration in commit e94ed9e to ↵engn33r2021-02-221-0/+24
| | | | return to LGPL2.1
* Implement simple cookie jartifayuki2016-12-211-0/+98