<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests, branch v1.4</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.4</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.4'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2015-03-27T23:07:00+00:00</updated>
<entry>
<title>tests/class_descriptor.py: Fix line-endings (were CRLF).</title>
<updated>2015-03-27T23:07:00+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-03-27T23:07:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ad038ca1015c5b3693d458bdd86bc7bc2fe44e2d'/>
<id>urn:sha1:ad038ca1015c5b3693d458bdd86bc7bc2fe44e2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Add optional support for descriptors' __get__ and __set__ methods.</title>
<updated>2015-03-26T23:55:14+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2015-02-14T17:43:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=28fa84b4454ef253dfba5f1ceb023be2184a7271'/>
<id>urn:sha1:28fa84b4454ef253dfba5f1ceb023be2184a7271</id>
<content type='text'>
Disabled by default.  Enabled on unix and windows ports.
</content>
</entry>
<entry>
<title>tests: Skip some new tests when testing native emitter.</title>
<updated>2015-03-25T23:33:48+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-03-25T23:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=23d7fd526d631290e8cab85acb50cde3c05c0cec'/>
<id>urn:sha1:23d7fd526d631290e8cab85acb50cde3c05c0cec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Add tests for SyntaxError, TypeError, and other missing things.</title>
<updated>2015-03-25T23:10:09+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-03-25T23:10:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=214179b430ebc1101e28b19248b6166f5e511e6b'/>
<id>urn:sha1:214179b430ebc1101e28b19248b6166f5e511e6b</id>
<content type='text'>
This is intended to improve coverage of the test suite.
</content>
</entry>
<entry>
<title>tests: Make pyb/timer test check callback timing properly.</title>
<updated>2015-03-20T23:50:33+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-03-20T23:50:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=db80b65402237345aecb1bc4c9575ae975624e2c'/>
<id>urn:sha1:db80b65402237345aecb1bc4c9575ae975624e2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Allow retrieving a function's __name__.</title>
<updated>2015-03-20T23:13:32+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2015-02-14T17:44:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3cc17c69ffd64dca55fe613f6e931585d8893c0d'/>
<id>urn:sha1:3cc17c69ffd64dca55fe613f6e931585d8893c0d</id>
<content type='text'>
Disabled by default.  Enabled on unix and stmhal ports.
</content>
</entry>
<entry>
<title>tests: Adjust expected output, since Travis can't do git describe.</title>
<updated>2015-03-20T21:31:50+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-03-20T21:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d478fc75b3414d6672cefd7131cc710f513fd76e'/>
<id>urn:sha1:d478fc75b3414d6672cefd7131cc710f513fd76e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Add basic test for OrderedDict.</title>
<updated>2015-03-20T17:26:10+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-03-17T23:25:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d48035b06b952b9ac4d95897d08de50d5977bf9f'/>
<id>urn:sha1:d48035b06b952b9ac4d95897d08de50d5977bf9f</id>
<content type='text'>
Mostly to have coverage of newly added code in map.c.
</content>
</entry>
<entry>
<title>tests: Make cmdline tests more stable by using regex for matching.</title>
<updated>2015-03-20T17:25:25+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-03-20T17:25:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1004535237e8edc5ec671ab8bea6fd2150139c54'/>
<id>urn:sha1:1004535237e8edc5ec671ab8bea6fd2150139c54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Add some more tests for complex numbers and ure module.</title>
<updated>2015-03-14T22:56:02+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-03-14T22:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f256cfef4f67c0a79141194b0a28dfa2a21b1110'/>
<id>urn:sha1:f256cfef4f67c0a79141194b0a28dfa2a21b1110</id>
<content type='text'>
</content>
</entry>
</feed>
