<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy/tests/basics/pkg2, 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: Split out those tests requiring float and import.</title>
<updated>2014-04-17T15:21:43+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2014-04-17T15:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=5cd0b2227f1c36584129cdce86dd20952b45581c'/>
<id>5cd0b2227f1c36584129cdce86dd20952b45581c</id>
<content type='text'>
Tests in basics (which should probably be renamed to core) should not
rely on float, or import any non-built-in files.  This way these tests
can be run when those features are not available.

All test in basics now pass on the pyboard using stmhal port, except for
string-repr which has some issues with character hex printing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tests in basics (which should probably be renamed to core) should not
rely on float, or import any non-built-in files.  This way these tests
can be run when those features are not available.

All test in basics now pass on the pyboard using stmhal port, except for
string-repr which has some issues with character hex printing.
</pre>
</div>
</content>
</entry>
<entry>
<title>builtinimport: Set __path__ attribute ASAP as it's clear we have a package.</title>
<updated>2014-04-11T23:55:18+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2014-04-11T23:44:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=2ff3d9d0b2f53fe4a9e2fcb1ab2cff045211d78b'/>
<id>2ff3d9d0b2f53fe4a9e2fcb1ab2cff045211d78b</id>
<content type='text'>
This helps with handling "recursive" imports in sane manner, for example
when foo/__init__.py has something like "from foo import submod".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This helps with handling "recursive" imports in sane manner, for example
when foo/__init__.py has something like "from foo import submod".
</pre>
</div>
</content>
</entry>
</feed>
