<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy/tests/multi_net, branch master</title>
<subtitle>MicroPython source and hardware configuration for OpenMano</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/'/>
<entry>
<title>tests: Use .errno instead of .args[0] for OSError exceptions.</title>
<updated>2021-04-23T12:03:46+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2021-04-22T09:32:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=3123f6918ba18b0a3f7a89500b450f4cb15e1aee'/>
<id>3123f6918ba18b0a3f7a89500b450f4cb15e1aee</id>
<content type='text'>
Signed-off-by: Damien George &lt;damien@micropython.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Damien George &lt;damien@micropython.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>extmod/uasyncio: Add StreamReader.readexactly(n) method.</title>
<updated>2020-07-25T13:10:05+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2020-07-25T13:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=441460d81ff2b1faee7d044d859896f754361b93'/>
<id>441460d81ff2b1faee7d044d859896f754361b93</id>
<content type='text'>
It raises on EOFError instead of an IncompleteReadError (which is what
CPython does).  But the latter is derived from EOFError so code compatible
with MicroPython and CPython can be written by catching EOFError (eg see
included test).

Fixes issue #6156.

Signed-off-by: Damien George &lt;damien@micropython.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It raises on EOFError instead of an IncompleteReadError (which is what
CPython does).  But the latter is derived from EOFError so code compatible
with MicroPython and CPython can be written by catching EOFError (eg see
included test).

Fixes issue #6156.

Signed-off-by: Damien George &lt;damien@micropython.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/multi_net: Add uasyncio test for TCP server and client.</title>
<updated>2020-03-25T14:25:45+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2020-03-09T15:59:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=38904b89376bf628f7d70174204b5330618d49c0'/>
<id>38904b89376bf628f7d70174204b5330618d49c0</id>
<content type='text'>
Includes a test where the (non uasyncio) client does a RST on the
connection, as a simple TCP server/client test where both sides are using
uasyncio, and a test for TCP stream close then write.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Includes a test where the (non uasyncio) client does a RST on the
connection, as a simple TCP server/client test where both sides are using
uasyncio, and a test for TCP stream close then write.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/multi_net: Add initial set of multi-instance tests for network.</title>
<updated>2020-03-09T15:22:34+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2020-03-04T03:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=8f44c0dd16df33fb0e3e9de1701787fdd0d67e57'/>
<id>8f44c0dd16df33fb0e3e9de1701787fdd0d67e57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
