subprocess.run() is Python 3.5+. Use Popen with communicate() and a threading.Timer watchdog in place of the communicate() timeout, which is 3.3+. |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| test_client.py | ||
| test_client_example.py | ||
| test_context.py | ||
| test_dtls_handshake_once.py | ||
| test_dtls_server_example.py | ||
| test_getpeercert.py | ||
| test_io_error_mapping.py | ||
| test_methods.py | ||
| test_write_bytes.py | ||
| wolfssltestserver.py | ||