micropython/tests/extmod/ussl_basic.py.exp
Damien George 38f063ea72 tests/extmod: Add very basic feature test for ussl module.
This test just tests that the basic functions/methods can be called with
the appropriate arguments.  There is no real test of underlying
functionality.

Thanks to @hosaka for the initial implementation of this test.
2017-03-09 13:42:34 +11:00

9 lines
147 B
Plaintext

ssl_handshake_status: -256
wrap_socket: OSError(5,)
<_SSLSocket
setblocking: NotImplementedError
4
b''
read: OSError(-261,)
write: OSError(-256,)