<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/basics/ordereddict_eq.py, branch 6.0.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-05-14T18:43:34+00:00</updated>
<entry>
<title>Updated tests; removed try/catch for ucollections</title>
<updated>2018-05-14T18:43:34+00:00</updated>
<author>
<name>bildzeitung</name>
<email>bildeitung@gmail.com</email>
</author>
<published>2018-05-14T18:43:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bf26ffbf568b48bdd9bf914d5b1b6c91954c4aa1'/>
<id>urn:sha1:bf26ffbf568b48bdd9bf914d5b1b6c91954c4aa1</id>
<content type='text'>
</content>
</entry>
<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: Add testcase for OrderedDict equality.</title>
<updated>2016-06-12T14:37:19+00:00</updated>
<author>
<name>Mark Anthony Palomer</name>
<email>mpalomer@protonmail.ch</email>
</author>
<published>2016-06-06T18:55:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=deaf0712aa46315e51700adf3b24366c338a5504'/>
<id>urn:sha1:deaf0712aa46315e51700adf3b24366c338a5504</id>
<content type='text'>
There's a need for .exp file because CPython renders OrderedDict's as:

OrderedDict([('b', 2)])

while MicroPython as:

OrderedDict({'b': 2})
</content>
</entry>
</feed>
