<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/basics, branch v1.9.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-06-10T17:03:01+00:00</updated>
<entry>
<title>tests/basics: Convert "sys.exit()" to "raise SystemExit".</title>
<updated>2017-06-10T17:03:01+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-06-10T17:03:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a2803b74f48849cb3a11fb492fee891044ecc1f4'/>
<id>urn:sha1:a2803b74f48849cb3a11fb492fee891044ecc1f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/basics/string_rsplit: Add tests for negative "maxsplit" argument.</title>
<updated>2017-06-02T03:08:18+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-06-02T03:08:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7400d88762570b110d70752dea741fbca778818c'/>
<id>urn:sha1:7400d88762570b110d70752dea741fbca778818c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>various: Spelling fixes</title>
<updated>2017-05-29T08:36:05+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2017-05-29T07:08:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ca16c3821053e5bf2b87aeb10007f73f31dc1eac'/>
<id>urn:sha1:ca16c3821053e5bf2b87aeb10007f73f31dc1eac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/basics: Add more tests for unwind jumps from within a try-finally.</title>
<updated>2017-05-25T10:48:16+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-05-25T10:48:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8b13cd7e19d8f7c8080baa6b3cc532bb6aa79c8a'/>
<id>urn:sha1:8b13cd7e19d8f7c8080baa6b3cc532bb6aa79c8a</id>
<content type='text'>
These tests excercise cases that are fixed by the previous two commits.
</content>
</entry>
<entry>
<title>tests/basics/builtin_range: Add tests for negative slicing of range.</title>
<updated>2017-05-18T07:32:42+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-05-18T00:33:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=218a876f97eca5a051882eb179cde25b92897f1e'/>
<id>urn:sha1:218a876f97eca5a051882eb179cde25b92897f1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/basics/list_slice_3arg: Add more tests for negative slicing.</title>
<updated>2017-05-18T07:32:42+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-05-17T06:33:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e1b0f2a16fc03fe5127e74626a249d8f395d8d58'/>
<id>urn:sha1:e1b0f2a16fc03fe5127e74626a249d8f395d8d58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/basics/lexer: Add line continuation tests for lexer.</title>
<updated>2017-05-12T05:14:25+00:00</updated>
<author>
<name>Tom Collins</name>
<email>tom.collins@digi.com</email>
</author>
<published>2017-05-09T20:17:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=760aa0996f29ae33a36c48128dd8f74597b877ad'/>
<id>urn:sha1:760aa0996f29ae33a36c48128dd8f74597b877ad</id>
<content type='text'>
Tests for an issue with line continuation failing in paste mode due to the
lexer only checking for \n in the "following" character position, before
next_char() has had a chance to convert \r and \r\n to \n.
</content>
</entry>
<entry>
<title>tests/basics/lexer: Add lexer tests for input starting with newlines.</title>
<updated>2017-05-09T04:48:00+00:00</updated>
<author>
<name>Tom Collins</name>
<email>tom.collins@digi.com</email>
</author>
<published>2017-05-09T00:24:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d00d062af2743832c22e3fdff7c88db894cf59d8'/>
<id>urn:sha1:d00d062af2743832c22e3fdff7c88db894cf59d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/basics: Add memoryview test for big ints.</title>
<updated>2017-05-09T00:49:19+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-05-09T00:49:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e711e2d44a24024fcd7d7f5b39f285f979b66a77'/>
<id>urn:sha1:e711e2d44a24024fcd7d7f5b39f285f979b66a77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/basics: Update array test for big-int with lL typecodes.</title>
<updated>2017-05-09T00:46:43+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-05-09T00:46:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2e9e14980d87239f861377d1dac45bb04d3f9712'/>
<id>urn:sha1:2e9e14980d87239f861377d1dac45bb04d3f9712</id>
<content type='text'>
</content>
</entry>
</feed>
