From ffac4e4f52fd4084e5ef66f86ef91c76d5728b20 Mon Sep 17 00:00:00 2001 From: emdee Date: Mon, 26 Sep 2022 01:06:14 +0000 Subject: [PATCH] Add test suite README --- tests/README.md | 39 +++++++++++++++++++++++++++++++++++++++ tests/__init__.py | 0 2 files changed, 39 insertions(+) create mode 100644 tests/README.md create mode 100644 tests/__init__.py diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 0000000..726d8ed --- /dev/null +++ b/tests/README.md @@ -0,0 +1,39 @@ +] +usage: tests_socks.py [-h] [--proxy_host PROXY_HOST] [--proxy_port PROXY_PORT] + [--proxy_type {0,1,2}] [--udp_enabled {True,False}] + [--ipv6_enabled {False,False}] + [--download_nodes_list {True,False}] + [--nodes_json NODES_JSON] + [--network {old,new,local,newlocal}] + [--download_nodes_url DOWNLOAD_NODES_URL] + [--logfile LOGFILE] [--loglevel LOGLEVEL] + [--tcp_port TCP_PORT] [--mode MODE] + [--sleep {qt,gevent,time}] + [profile] + +positional arguments: + profile Path to Tox profileoptional arguments: + -h, --help show this help message and exit + --proxy_host PROXY_HOST, --proxy-host PROXY_HOST + proxy host + --proxy_port PROXY_PORT, --proxy-port PROXY_PORT + proxy port + --proxy_type {0,1,2}, --proxy-type {0,1,2} + proxy type 1=http, 2=socks + --udp_enabled {True,False} + En/Disable udp + --ipv6_enabled {False,False} + En/Disable ipv6 - default False + --download_nodes_list {True,False} + Download nodes list + --nodes_json NODES_JSON + --network {old,new,local,newlocal} + --download_nodes_url DOWNLOAD_NODES_URL + --logfile LOGFILE Filename for logging + --loglevel LOGLEVEL Threshold for logging (lower is more) default: 20 + --tcp_port TCP_PORT, --tcp-port TCP_PORT + tcp port + --mode MODE Mode: 0=chat 1=chat+audio 2=chat+audio+video default: + 0 + --sleep {qt,gevent,time} + Sleep method - one of qt, gevent , time diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29