Logo
Explore Help
Register Sign In
fengqi/lv_micropython
1
0
Fork 0
You've already forked lv_micropython
Code Issues Pull Requests 1 Actions Packages Projects Releases Wiki Activity
lv_micropython/tests/extmod/ussl_basic.py.exp

9 lines
129 B
Plaintext
Raw Normal View History

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
ssl_handshake_status: -256
wrap_socket: OSError(5,)
<_SSLSocket
4
b''
tests/ussl_basic: Disable setblocking() calls. Now that setblocking() is implemented in modussl_axtls, it calls into the underlying stream object, and io.BytesIO doesn't have setblocking().
2019-03-01 23:48:16 +03:00
read: OSError(-261,)
extmod/modussl_axtls: Allow to close ssl stream multiple times. Make sure that 2nd close has no effect and operations on closed streams are handled properly.
2017-07-20 00:20:53 +03:00
read: OSError(9,)
write: OSError(9,)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 77ms Template: 0ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API