<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/run-tests, branch v1.9.2</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.2</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.2'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-07-31T08:35:40+00:00</updated>
<entry>
<title>all: Use the name MicroPython consistently in comments</title>
<updated>2017-07-31T08:35:40+00:00</updated>
<author>
<name>Alexander Steffen</name>
<email>devel.20.webmeister@spamgourmet.com</email>
</author>
<published>2017-06-30T07:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=55f33240f3d7051d4213629e92437a36f1fac50e'/>
<id>urn:sha1:55f33240f3d7051d4213629e92437a36f1fac50e</id>
<content type='text'>
There were several different spellings of MicroPython present in comments,
when there should be only one.
</content>
</entry>
<entry>
<title>py/objgenerator: Allow to hash generators and generator instances.</title>
<updated>2017-07-07T01:47:38+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-07-07T01:47:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f69ab79ec8347c1f5ff0c6f31947ec06073fbd52'/>
<id>urn:sha1:f69ab79ec8347c1f5ff0c6f31947ec06073fbd52</id>
<content type='text'>
Adds nothing to the code size, since it uses existing empty slots in the
type structures.
</content>
</entry>
<entry>
<title>tests: Auto detect floating point capabilites of the target.</title>
<updated>2017-06-26T03:47:00+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-06-26T03:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4a6c0fda784e9de346be92185f2f91b72e31f9db'/>
<id>urn:sha1:4a6c0fda784e9de346be92185f2f91b72e31f9db</id>
<content type='text'>
The floating-point precision of the target is detected (0, 30, 32 or 64)
and only those tests which can run on the target will be run.
</content>
</entry>
<entry>
<title>tests/run-tests: Don't post-process CRASH result in any way.</title>
<updated>2017-04-16T14:59:11+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-04-16T14:24:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=57b5ee2fcf190e2dcd583d0d0c7712101194fade'/>
<id>urn:sha1:57b5ee2fcf190e2dcd583d0d0c7712101194fade</id>
<content type='text'>
If we got a CRASH result, return early, similar to SKIP. This is important
because previous refactor changed branching logic a bit, so CRASH now gets
post-processed into CRASH\n, which broke remote hardware tests.
</content>
</entry>
<entry>
<title>tests/run-tests: Search feature checks wrt to main script location.</title>
<updated>2017-04-14T14:07:13+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-04-14T14:07:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5b8122f2bb037644da953529afe7c3e8b57094e2'/>
<id>urn:sha1:5b8122f2bb037644da953529afe7c3e8b57094e2</id>
<content type='text'>
If run-tests script is run from another dir, we still want to look up
feature checks in run-tests' dir.
</content>
</entry>
<entry>
<title>tests/run-tests: Update names of tests that may need skipping.</title>
<updated>2017-04-04T02:26:43+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-04-04T02:26:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=805b1c8bc3424003a86c9ad270661ef31a8f6f56'/>
<id>urn:sha1:805b1c8bc3424003a86c9ad270661ef31a8f6f56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/run-tests: Introduce generic "minimal" target.</title>
<updated>2017-04-03T07:20:48+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-04-03T07:20:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=831e15722674905b3cd895fee8481cd86a4849f8'/>
<id>urn:sha1:831e15722674905b3cd895fee8481cd86a4849f8</id>
<content type='text'>
Used e.g. by Zephyr port.
</content>
</entry>
<entry>
<title>run-tests: Add feature check for "const" keyword and skip related tests.</title>
<updated>2017-04-02T19:52:18+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-04-02T19:51:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b099aeb3ca5ff8bc6ab59f90f4e61a08e7d88e1e'/>
<id>urn:sha1:b099aeb3ca5ff8bc6ab59f90f4e61a08e7d88e1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/run-tests: Be sure to close Pyboard object on completion.</title>
<updated>2017-04-02T17:49:16+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-04-02T17:47:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5b2db4bb51548ce5f20b5f3fa5890c50514ec884'/>
<id>urn:sha1:5b2db4bb51548ce5f20b5f3fa5890c50514ec884</id>
<content type='text'>
So underlying device was properly closed too.
</content>
</entry>
<entry>
<title>tests/micropython: Add tests for micropython.schedule().</title>
<updated>2017-03-20T04:20:26+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-03-16T07:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c772817deea6f3e5fe63483db77a98b65974d833'/>
<id>urn:sha1:c772817deea6f3e5fe63483db77a98b65974d833</id>
<content type='text'>
</content>
</entry>
</feed>
