<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy/lib/tinytest, 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>Revert "lib/tinytest: Clean up test reporting in the presence of std..."</title>
<updated>2019-12-19T06:53:46+00:00</updated>
<author>
<name>David Lechner</name>
</author>
<published>2019-12-18T18:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=1605c7e5840cf44a11a8e38150be8bb7ce6645d5'/>
<id>1605c7e5840cf44a11a8e38150be8bb7ce6645d5</id>
<content type='text'>
This reverts commit f4ed2dfa942339dc1f174e8a83ff0d41073f1972.

This lets tinytest work as it was originally designed.  An alternate
solution for the reverted commit will be implemented in a future commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit f4ed2dfa942339dc1f174e8a83ff0d41073f1972.

This lets tinytest work as it was originally designed.  An alternate
solution for the reverted commit will be implemented in a future commit.
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/tinytest: Clean up test reporting in the presence of stdout output.</title>
<updated>2017-12-15T17:41:08+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2017-12-15T17:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=f4ed2dfa942339dc1f174e8a83ff0d41073f1972'/>
<id>f4ed2dfa942339dc1f174e8a83ff0d41073f1972</id>
<content type='text'>
tinytest is written with the idea that tests won't write to stdout, so it
prints test name witjout newline, then executes test, then writes status.
But MicroPython tests write to stdout, so the test output becomes a mess.
So, instead print it like:

    # starting basics/andor.py
    ... test output ...
    basics/andor.py: OK
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tinytest is written with the idea that tests won't write to stdout, so it
prints test name witjout newline, then executes test, then writes status.
But MicroPython tests write to stdout, so the test output becomes a mess.
So, instead print it like:

    # starting basics/andor.py
    ... test output ...
    basics/andor.py: OK
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/tinytest: Move from tools/tinytest.</title>
<updated>2017-12-08T17:26:15+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2017-12-08T17:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=e9d29c9ba997ae0f00f16f3a21dffce7c763a3d4'/>
<id>e9d29c9ba997ae0f00f16f3a21dffce7c763a3d4</id>
<content type='text'>
Tinytest library was misplaced under tools/. By convention, any target
libraries belong to lib/, while tools/ contains host-side tools.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tinytest library was misplaced under tools/. By convention, any target
libraries belong to lib/, while tools/ contains host-side tools.
</pre>
</div>
</content>
</entry>
</feed>
