<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests, branch v1.8</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-05-02T11:38:07+00:00</updated>
<entry>
<title>tests: Make "io" modules fixes for CPython compatibility.</title>
<updated>2016-05-02T11:38:07+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-02T11:35:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=566d8f1d7e1eb1a0cd595d4e76401ea5d54b0ef4'/>
<id>urn:sha1:566d8f1d7e1eb1a0cd595d4e76401ea5d54b0ef4</id>
<content type='text'>
Previously, "import _io" worked on both CPython and MicroPython (essentially
by a chance on CPython, as there's not guarantee that its contents will stay
the same across versions), but as the module was renamed to uio, need to use
more robust import sequence for compatibility.
</content>
</entry>
<entry>
<title>tests: Update for _io/_collections module having been renamed.</title>
<updated>2016-05-02T11:15:11+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-02T11:15:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8c35f3979c38bc8a29a22e7a61d33f87ff856124'/>
<id>urn:sha1:8c35f3979c38bc8a29a22e7a61d33f87ff856124</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/run-bench-tests: Process tests in alphabetical order.</title>
<updated>2016-05-01T07:35:24+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-01T07:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=df06e3417594e3753f8213151e959fd84e3ed175'/>
<id>urn:sha1:df06e3417594e3753f8213151e959fd84e3ed175</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/run-tests: Add gen_yield_from_stopped to skipped for --emit=native.</title>
<updated>2016-04-28T07:24:27+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-04-28T07:24:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3c2e40b008e2f4818553a29e3d8f3d679fe00a43'/>
<id>urn:sha1:3c2e40b008e2f4818553a29e3d8f3d679fe00a43</id>
<content type='text'>
Just as the rest of generator tests, which aren't yet supoorted for
native.
</content>
</entry>
<entry>
<title>tests: Add testcase for yielding from a stopped generator.</title>
<updated>2016-04-27T23:08:51+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-04-27T23:07:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0ea2108f1cb4ab889e780fdff2ad0730290950e0'/>
<id>urn:sha1:0ea2108f1cb4ab889e780fdff2ad0730290950e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/extmod: Move split-on-empty-match tests to a separate test file.</title>
<updated>2016-04-26T09:19:04+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-04-26T09:19:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=07615d9f7ea69d47a27566d43a31fb40e8745470'/>
<id>urn:sha1:07615d9f7ea69d47a27566d43a31fb40e8745470</id>
<content type='text'>
And provide an expected-output file because these tests have a different
behaviour under CPython.
</content>
</entry>
<entry>
<title>py: Fix bug passing a string as a keyword arg in a dict.</title>
<updated>2016-04-21T15:51:36+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-04-21T15:51:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fea40ad46815cb372312f8ae223efcb3b879dd0f'/>
<id>urn:sha1:fea40ad46815cb372312f8ae223efcb3b879dd0f</id>
<content type='text'>
Addresses issue #1998.
</content>
</entry>
<entry>
<title>tests: Fix dict1.py so it doesn't rely on the order of dict elems.</title>
<updated>2016-04-15T15:28:33+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-04-15T15:28:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2c883c5ab7722c2309da9d3121cf253105da1eb1'/>
<id>urn:sha1:2c883c5ab7722c2309da9d3121cf253105da1eb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Skip async tests for native emitter.</title>
<updated>2016-04-13T14:56:42+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-04-13T14:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c2a519bab9d76f64216cb37a6c54c8645e293130'/>
<id>urn:sha1:c2a519bab9d76f64216cb37a6c54c8645e293130</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Add .exp files for async tests, so they can run with Python 3.4.</title>
<updated>2016-04-13T14:56:15+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-04-13T14:56:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7f7e24754564673c7a8246cd067b68b6e5de1e29'/>
<id>urn:sha1:7f7e24754564673c7a8246cd067b68b6e5de1e29</id>
<content type='text'>
</content>
</entry>
</feed>
