pythonasyncioeventletgeventlong-pollinglow-latencysocket-iosocketiosocketio-serverweb-serverwebsocket
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
625 B
33 lines
625 B
[testenv]
|
|
commands=
|
|
pip install -e .
|
|
pytest -p no:logging --timeout=60 --cov=socketio --cov-branch --cov-report=term-missing --cov-report=xml {posargs}
|
|
deps=
|
|
simple-websocket
|
|
uvicorn
|
|
requests
|
|
websocket-client
|
|
aiohttp
|
|
msgpack
|
|
redis
|
|
valkey
|
|
pytest
|
|
pytest-asyncio
|
|
pytest-timeout
|
|
pytest-cov
|
|
|
|
[testenv:flake8]
|
|
deps=
|
|
flake8
|
|
commands=
|
|
flake8 --exclude=".*" --exclude="examples/server/wsgi/django_socketio" --ignore=W503,E402,E722 src/socketio tests examples
|
|
|
|
[testenv:docs]
|
|
changedir=docs
|
|
deps=
|
|
sphinx
|
|
furo
|
|
allowlist_externals=
|
|
make
|
|
commands=
|
|
make html
|
|
|