<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/basics, branch v1.8.5</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.5</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.5'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-10-17T01:01:18+00:00</updated>
<entry>
<title>tests: Add test to print full KeyError exc from failed dict lookup.</title>
<updated>2016-10-17T01:01:18+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-10-17T01:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6caca3259f4ec8f298b1d35f15e4492efbcff6b1'/>
<id>urn:sha1:6caca3259f4ec8f298b1d35f15e4492efbcff6b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Improve coverage of array, range, dict, slice, exc, unicode.</title>
<updated>2016-10-17T00:43:47+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-10-17T00:43:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e9404e5f5f058db954ac0a92cb5acfcef6f6724a'/>
<id>urn:sha1:e9404e5f5f058db954ac0a92cb5acfcef6f6724a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Improve test coverage of py/compile.c.</title>
<updated>2016-10-11T01:30:32+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-10-11T01:30:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5e22afce41de8c87071d8fc149a6ba3cd8762819'/>
<id>urn:sha1:5e22afce41de8c87071d8fc149a6ba3cd8762819</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Improve coverage of struct with test for non-compliant behaviour.</title>
<updated>2016-10-07T01:57:25+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-10-07T01:57:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=82af4d6749072d01195da647f54b79c80f1ad731'/>
<id>urn:sha1:82af4d6749072d01195da647f54b79c80f1ad731</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/basics: Add test for printing OSError when errno is unknown.</title>
<updated>2016-09-30T06:45:10+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-09-30T06:45:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9f72a14920dbb99a66f7b81f27d2d45a3a33f44e'/>
<id>urn:sha1:9f72a14920dbb99a66f7b81f27d2d45a3a33f44e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/basics: Add test constructing a set from a non-trivial expression.</title>
<updated>2016-09-30T05:00:15+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-09-30T05:00:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=17b4509564f748b663b31d61cc3614e6bf9ea54d'/>
<id>urn:sha1:17b4509564f748b663b31d61cc3614e6bf9ea54d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/basics: Add further tests for nonlocal scoping and closures.</title>
<updated>2016-09-30T04:20:55+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-09-30T04:20:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6cf2a3966e12af5f86781a5d20c0810953722811'/>
<id>urn:sha1:6cf2a3966e12af5f86781a5d20c0810953722811</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py/compile: Fix async-for/async-with to work with simpler exc on stack.</title>
<updated>2016-09-28T01:52:13+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-09-28T01:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b32c01b7489f233ae7b1c211a8b93e23149fb0f3'/>
<id>urn:sha1:b32c01b7489f233ae7b1c211a8b93e23149fb0f3</id>
<content type='text'>
There is now just the exception instance on the stack when an exception is
raised, not the full (type, exc, traceback).
</content>
</entry>
<entry>
<title>tests/basics: Add test for set.difference_update with arg being itself.</title>
<updated>2016-09-28T01:10:27+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-09-28T01:10:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=443cc0114d7669471e39661c97e2bad91c8eabb8'/>
<id>urn:sha1:443cc0114d7669471e39661c97e2bad91c8eabb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py/objset: Ensure that use of frozenset.update raises an exception.</title>
<updated>2016-09-28T01:06:18+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-09-28T01:06:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2c7716fed03049a72d68096908c334e5c9bb1680'/>
<id>urn:sha1:2c7716fed03049a72d68096908c334e5c9bb1680</id>
<content type='text'>
</content>
</entry>
</feed>
