<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/run-tests, branch v1.5.2</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.5.2</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.5.2'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2015-12-26T13:06:50+00:00</updated>
<entry>
<title>tests: Skip class_bind_self.py for native emitter.</title>
<updated>2015-12-26T13:06:50+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-12-26T13:06:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e5ce5e2a432c8b77c5fc1c4397a04c800e95e7ff'/>
<id>urn:sha1:e5ce5e2a432c8b77c5fc1c4397a04c800e95e7ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Skip try-finally test for native emitter.</title>
<updated>2015-12-24T12:49:31+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-12-24T12:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7ce8860b6b528f821bfa3a0ca3cc5277c4dc122c'/>
<id>urn:sha1:7ce8860b6b528f821bfa3a0ca3cc5277c4dc122c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Disable for_range.py test for native emitter (it requires yield).</title>
<updated>2015-12-08T21:39:21+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-12-08T21:39:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0891cf7d2d6bfe1d3daf625213ddc99b78102f1e'/>
<id>urn:sha1:0891cf7d2d6bfe1d3daf625213ddc99b78102f1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/run-tests: Allow to skip complex tests if it's not compiled in.</title>
<updated>2015-12-06T12:57:31+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-12-06T12:56:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=eed2f36ae2782f169841b61d5314c4d7eb0a5f09'/>
<id>urn:sha1:eed2f36ae2782f169841b61d5314c4d7eb0a5f09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/run-tests: Improve robustness of REPL tests.</title>
<updated>2015-11-24T17:52:30+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-11-24T17:52:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ff8c4188f473ac7c8311694a6ffa4ca5357b0492'/>
<id>urn:sha1:ff8c4188f473ac7c8311694a6ffa4ca5357b0492</id>
<content type='text'>
Unconditionally wait for MicroPython banner. On overloaded systems, when
using emulators, etc. initial executable startup may take more than 20ms.
</content>
</entry>
<entry>
<title>tests: Make sure test output has \r\n line-ends when running on Windows</title>
<updated>2015-10-31T11:11:19+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2015-10-30T10:15:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=24b03561bdc8715d23684584f5d40afd9d965614'/>
<id>urn:sha1:24b03561bdc8715d23684584f5d40afd9d965614</id>
<content type='text'>
This is the case already when using just subprocess.check_output, but in
the special cases (cmdline, meminfo, ...) the carriage return gets lost
during output processing so restore it in the end.
This fixes the micropython/meminfo.py test on Windows.
</content>
</entry>
<entry>
<title>tests: Disable some tests for pyboard that do not run correctly.</title>
<updated>2015-10-20T22:55:50+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-10-20T22:55:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e693e52442b977ab69bb7c0a9840cc6594251efa'/>
<id>urn:sha1:e693e52442b977ab69bb7c0a9840cc6594251efa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Remove dependency on printf/fwrite in mp_plat_print.</title>
<updated>2015-10-14T23:05:55+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-10-14T23:05:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4300c7dba2f500cd3b2a664c7491aa3ddb328011'/>
<id>urn:sha1:4300c7dba2f500cd3b2a664c7491aa3ddb328011</id>
<content type='text'>
See issue #1500.
</content>
</entry>
<entry>
<title>Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.</title>
<updated>2015-10-11T23:06:25+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-10-11T23:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0334058fa43a8ac7c689007f5824510c2927c5cc'/>
<id>urn:sha1:0334058fa43a8ac7c689007f5824510c2927c5cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Skip uheapq1 test if target is WiPy.</title>
<updated>2015-09-27T16:47:35+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-27T16:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d5de1bf853f48fc77c400fea80ed684f6bb18fb2'/>
<id>urn:sha1:d5de1bf853f48fc77c400fea80ed684f6bb18fb2</id>
<content type='text'>
</content>
</entry>
</feed>
