From 38f063ea72632e395ea59b644552bb98c962393f Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 9 Mar 2017 13:42:34 +1100 Subject: 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. --- tests/extmod/ussl_basic.py.exp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/extmod/ussl_basic.py.exp (limited to 'tests/extmod/ussl_basic.py.exp') diff --git a/tests/extmod/ussl_basic.py.exp b/tests/extmod/ussl_basic.py.exp new file mode 100644 index 000000000..b4dd03860 --- /dev/null +++ b/tests/extmod/ussl_basic.py.exp @@ -0,0 +1,8 @@ +ssl_handshake_status: -256 +wrap_socket: OSError(5,) +<_SSLSocket +setblocking: NotImplementedError +4 +b'' +read: OSError(-261,) +write: OSError(-256,) -- cgit v1.2.3