<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests, branch 0.9.2</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=0.9.2</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=0.9.2'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-02-24T14:13:56+00:00</updated>
<entry>
<title>Add indices() support to slice.</title>
<updated>2017-02-24T14:13:56+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-02-24T14:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e0ef7e309256a72a89a9949f93e75b9e0fb2b37f'/>
<id>urn:sha1:e0ef7e309256a72a89a9949f93e75b9e0fb2b37f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix tests that rely on sys.implementation.name to work with circutpython response.</title>
<updated>2017-02-14T09:57:00+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-02-14T09:57:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b950709beafbfe3a20b95b4cd978fb50db3e8eb8'/>
<id>urn:sha1:b950709beafbfe3a20b95b4cd978fb50db3e8eb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Update ramdisk test to show more free space because our root directory is smaller than upstream's.</title>
<updated>2017-01-12T22:56:17+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-01-12T22:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0930f7a7972dc006c079102e292babb1ae02aa1a'/>
<id>urn:sha1:0930f7a7972dc006c079102e292babb1ae02aa1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/unix/extra_coverage: Add tests for importing frozen packages.</title>
<updated>2017-01-08T11:45:55+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-01-08T11:45:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a722ed532ff254d1ce657466b7b1aac264433f7e'/>
<id>urn:sha1:a722ed532ff254d1ce657466b7b1aac264433f7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/array*: Allow to skip test if "array" is unavailable.</title>
<updated>2017-01-06T22:13:40+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-01-06T22:13:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ef1bbada96f392aa552f51828cb5389d400c1089'/>
<id>urn:sha1:ef1bbada96f392aa552f51828cb5389d400c1089</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/types1: Split out set type test to set_types.</title>
<updated>2017-01-06T08:01:55+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-01-06T08:01:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e5a6a263302741ed40532fe229aff4bdf9f211d7'/>
<id>urn:sha1:e5a6a263302741ed40532fe229aff4bdf9f211d7</id>
<content type='text'>
set isn't the most basic type and can be disabled by a port.
</content>
</entry>
<entry>
<title>tests/unix/extra_coverage: Add basic tests to import frozen str and mpy.</title>
<updated>2017-01-05T03:58:08+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-01-05T03:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8d1c236a1faa0681c040007ec9cfe5eec28dda08'/>
<id>urn:sha1:8d1c236a1faa0681c040007ec9cfe5eec28dda08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/unix: Improve formatfloat.c test coverage using C.</title>
<updated>2017-01-05T01:31:05+00:00</updated>
<author>
<name>Rami Ali</name>
<email>flowergrass@users.noreply.github.com</email>
</author>
<published>2017-01-05T00:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d7e168428bc9fd7524dd83b973c283b3488bfd3b'/>
<id>urn:sha1:d7e168428bc9fd7524dd83b973c283b3488bfd3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/float: Improve formatfloat.c test coverage using Python.</title>
<updated>2017-01-05T01:31:05+00:00</updated>
<author>
<name>Rami Ali</name>
<email>flowergrass@users.noreply.github.com</email>
</author>
<published>2017-01-05T00:06:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=64dc925c4afad63bc5c8a6017d969abbab1d2ac5'/>
<id>urn:sha1:64dc925c4afad63bc5c8a6017d969abbab1d2ac5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Improve warning.c test coverage.</title>
<updated>2017-01-05T01:23:40+00:00</updated>
<author>
<name>Rami Ali</name>
<email>flowergrass@users.noreply.github.com</email>
</author>
<published>2017-01-04T03:23:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ec72db8a398f82fb694dc01c7081232286e72c3f'/>
<id>urn:sha1:ec72db8a398f82fb694dc01c7081232286e72c3f</id>
<content type='text'>
</content>
</entry>
</feed>
