websockify/tests
Alexander Zeijlon 22eaccdc83 Fix iterating over files in dir with pathlib
PosixPath-objects aren't iterable and we need to call the
iterdir()-method if we want to loop over files in the current dir-Path

Closes #612
2025-07-01 14:37:14 +02:00
..
fixtures Added JWT/JWS/JWE tokens capability 2019-02-15 03:45:57 -05:00
echo.html Use direct javascript in test files 2019-07-03 15:56:25 +02:00
echo.py Do not use base except: clauses 2017-11-10 05:48:20 -05:00
echo_client.py Do not use base except: clauses 2017-11-10 05:48:20 -05:00
latency.html Use direct javascript in test files 2019-07-03 15:56:25 +02:00
latency.py Add latency test and browser latency test results. 2011-01-19 15:25:44 -06:00
load.html Use direct javascript in test files 2019-07-03 15:56:25 +02:00
load.py Do not use base except: clauses 2017-11-10 05:48:20 -05:00
plain_echo.html Use direct javascript in test files 2019-07-03 15:56:25 +02:00
simple.html Use direct javascript in test files 2019-07-03 15:56:25 +02:00
test_auth_plugins.py Verify username/password with BasicAuth plugin 2015-10-06 12:09:22 +02:00
test_token_plugins.py Fix iterating over files in dir with pathlib 2025-07-01 14:37:14 +02:00
test_websocket.py Add unittests for ping() and pong() 2017-04-19 13:30:47 +02:00
test_websocketproxy.py Fix fake headers dict in tests 2025-02-12 11:05:56 +01:00
test_websocketserver.py Add new websocket class HttpWebSocket 2022-11-08 14:24:46 +01:00
test_websockifyserver.py Return 405 Method Not Allowed in request handler 2025-06-24 08:57:25 +02:00