<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy/tests/basics/run-tests, 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>Move tests in basic/tests/ up one level preparating to multiple test dirs.</title>
<updated>2014-01-19T16:41:55+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2014-01-19T16:41:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=8c3858b01623f9527b57b13c44ff97c67bafb00b'/>
<id>8c3858b01623f9527b57b13c44ff97c67bafb00b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented support for `in` and `not in` operators.</title>
<updated>2014-01-11T12:39:33+00:00</updated>
<author>
<name>John R. Lenton</name>
</author>
<published>2014-01-11T12:39:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=c1bef21920d7fa03484647f2c339f53663fe0180'/>
<id>c1bef21920d7fa03484647f2c339f53663fe0180</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Count individual testcases when running tests.</title>
<updated>2014-01-08T20:49:34+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2014-01-08T20:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=926d2b621e1ca543d86b0bd2b564055cb218e5e5'/>
<id>926d2b621e1ca543d86b0bd2b564055cb218e5e5</id>
<content type='text'>
The idea is simple: each print represents a testcase within a test unit.
As we don't have strict rules on which/how many testcase are put into
a test file, it's nice to have an idea how many *testcases* we have
totally. Would be nice to count how many testcases pass/fail, but
that's a bit less trivial.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The idea is simple: each print represents a testcase within a test unit.
As we don't have strict rules on which/how many testcase are put into
a test file, it's nice to have an idea how many *testcases* we have
totally. Would be nice to count how many testcases pass/fail, but
that's a bit less trivial.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/basics requires python3.3</title>
<updated>2014-01-04T17:06:34+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2014-01-04T17:06:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=21dfb55dadb01b135edca9b66ca6b53a82bec60a'/>
<id>21dfb55dadb01b135edca9b66ca6b53a82bec60a</id>
<content type='text'>
tests/bytecode/run-tests already uses puthon3.3, so let's just use it here
too.

Fore reference, errors with python 3.2.3:

  File "tests/generator1.py", line 12
    return None
SyntaxError: 'return' with argument inside generator

  File "tests/list_clear.py", line 3, in &lt;module&gt;
    x.clear()
AttributeError: 'list' object has no attribute 'clear'

etc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tests/bytecode/run-tests already uses puthon3.3, so let's just use it here
too.

Fore reference, errors with python 3.2.3:

  File "tests/generator1.py", line 12
    return None
SyntaxError: 'return' with argument inside generator

  File "tests/list_clear.py", line 3, in &lt;module&gt;
    x.clear()
AttributeError: 'list' object has no attribute 'clear'

etc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Basic implementation of import.</title>
<updated>2014-01-03T14:03:48+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2014-01-03T14:03:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=66028ab6dcd1b2ec9504c3473d817649935a4a1e'/>
<id>66028ab6dcd1b2ec9504c3473d817649935a4a1e</id>
<content type='text'>
import works for simple cases.  Still work to do on finding the right
script, and setting globals/locals correctly when running an imported
function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
import works for simple cases.  Still work to do on finding the right
script, and setting globals/locals correctly when running an imported
function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bash-&gt;/usr/bin/env bash; add LICENSE for Python library tests.</title>
<updated>2014-01-02T16:14:19+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2014-01-02T16:14:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=bbabfb40ba300d36f36c4bbacd196e028c758974'/>
<id>bbabfb40ba300d36f36c4bbacd196e028c758974</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Small change to handling of integers in run-tests.</title>
<updated>2013-12-29T22:38:03+00:00</updated>
<author>
<name>Damien</name>
</author>
<published>2013-12-29T22:38:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=046147dcd52ec8b8195ab1c1ff20fb1e7f510dda'/>
<id>046147dcd52ec8b8195ab1c1ff20fb1e7f510dda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add basic functionality tests for the Python bit.</title>
<updated>2013-12-29T22:34:42+00:00</updated>
<author>
<name>Damien</name>
</author>
<published>2013-12-29T22:34:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=39977a56daec143fbb61bab644328c042f41b168'/>
<id>39977a56daec143fbb61bab644328c042f41b168</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
