summaryrefslogtreecommitdiff
path: root/tests/test_websocketproxy.py
Commit message (Expand)AuthorAgeFilesLines
* Move JWT token plugins tests to separate filePierre Ossman2021-04-161-129/+0
* Add unit tests for jwt token time checksPierre Ossman2021-01-291-0/+48
* Use assertRaises() as a context managerPierre Ossman2021-01-291-6/+6
* Use patch() as a decorator in testsPierre Ossman2021-01-291-17/+10
* Remove Python version checkPierre Ossman2021-01-291-84/+83
* Remove support for older PythonPierre Ossman2020-12-141-20/+8
* Convert tests from mox to mockPierre Ossman2020-08-211-21/+13
* Added JWT/JWS/JWE tokens capabilityUXabre2019-02-151-0/+94
* Added --host-token to allow choosing target by hostname.josedpedroso2018-07-051-3/+3
* Added --web-auth option to require authentication to access the webserver.josedpedroso2018-07-051-2/+2
* Split out basic WebSocket server templatePierre Ossman2017-02-011-2/+2
* Separate out raw WebSocket protocol handlingPierre Ossman2017-02-011-2/+2
* Merge pull request #228 from jrziviani/masterSolly Ross2016-06-301-0/+10
|\
| * Enable unix socket to work with token pluginJose Ricardo Ziviani2016-02-161-0/+10
* | Switch test dependency to mox3James Page2016-06-301-1/+1
|/
* Rework Auth Plugins to Support HTTP Authfeature/http-auth-pluginsSolly Ross2015-08-251-7/+7
* Update Tests and Test PluginsSolly Ross2015-05-131-95/+104
* Rename new_client to new_websocket_client, in order to have a betterPeter Åstrand (astrand)2013-11-281-1/+1
* Added temp dir for unit test data and cleanupEdward Hope-Morley2013-11-141-9/+35
* Added unit tests for websocket and websocketproxyEdward Hope-Morley2013-10-291-0/+101