<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/extmod, branch 4.0.0-beta.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-beta.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-beta.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-08-25T18:43:02+00:00</updated>
<entry>
<title>Fix os.stat() to use 1970 epoch</title>
<updated>2018-08-25T18:43:02+00:00</updated>
<author>
<name>Noralf Trønnes</name>
<email>noralf@tronnes.org</email>
</author>
<published>2018-08-25T16:11:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=39ee12d1ac6ffb105f6ac0994f6169a7bb327cbd'/>
<id>urn:sha1:39ee12d1ac6ffb105f6ac0994f6169a7bb327cbd</id>
<content type='text'>
Commit 95e70cd0ea6d 'time: Use 1970 epoch' changed epoch for the time
module, but not for other users. This patch does the same for the only
other core timeutils user: extmod/vfs_fat.c:fat_vfs_stat().
Other timeutils users: cc3200, esp8266 and stm32, are not changed.

Ports that don't use long ints, will still get wrong time values from
os.stat().
</content>
</entry>
<entry>
<title>WIP: after merge; before testing</title>
<updated>2018-07-11T20:45:30+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-07-11T20:45:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7c219600a246d8956d0b23ea3f5d125a820e6b6a'/>
<id>urn:sha1:7c219600a246d8956d0b23ea3f5d125a820e6b6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/extmod: Add test for ujson.dump writing to a user IOBase object.</title>
<updated>2018-06-18T02:35:56+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2018-06-13T03:13:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=48829cd3c6e723eadf5eb60fd8e521a1761fe8b3'/>
<id>urn:sha1:48829cd3c6e723eadf5eb60fd8e521a1761fe8b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/extmod/ujson_dump.py: Add test for dump to non-stream object.</title>
<updated>2018-06-18T02:35:56+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2018-06-13T02:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0ecce77c663ee0ebb7fa6eefaf28094ee1dbf051'/>
<id>urn:sha1:0ecce77c663ee0ebb7fa6eefaf28094ee1dbf051</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make Trinket M0 build fit; make RAMFS in vfs_fat_* tests be compliant with expected API</title>
<updated>2018-06-15T01:02:12+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-06-15T01:02:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fa814a32ce3a211bcec9b06ad488aa1dde1b669d'/>
<id>urn:sha1:fa814a32ce3a211bcec9b06ad488aa1dde1b669d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/extmod: Add test for VFS and user-defined filesystem and files.</title>
<updated>2018-06-12T02:29:26+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2018-06-04T06:25:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c901cc6862e982b733a45412b649d7f404751b42'/>
<id>urn:sha1:c901cc6862e982b733a45412b649d7f404751b42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/extmod: Remove conditional import of uos_vfs, it no longer exists.</title>
<updated>2018-06-06T04:28:23+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2018-06-06T03:24:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5ef0d2ab14e7a1a367695e1bb64300f57871d9a3'/>
<id>urn:sha1:5ef0d2ab14e7a1a367695e1bb64300f57871d9a3</id>
<content type='text'>
This conditional import was only used to get the tests working on the unix
coverage build, which has now switched to use VFS by default so the uos
module alone has the required functionality.
</content>
</entry>
<entry>
<title>tests/extmod: Add test for importing a script from a user VFS.</title>
<updated>2018-06-06T04:28:23+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2018-06-06T03:22:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6c02da2eec02fc51c74dc6bfb9aeb34428c7a85e'/>
<id>urn:sha1:6c02da2eec02fc51c74dc6bfb9aeb34428c7a85e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: add new tests for uhashlib differences</title>
<updated>2018-05-06T17:31:53+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2018-05-06T17:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b2084d37d694df2803756375b62beb2b1ade8b80'/>
<id>urn:sha1:b2084d37d694df2803756375b62beb2b1ade8b80</id>
<content type='text'>
.. these tests currently fail, but a subsequent commit will
fix them
</content>
</entry>
<entry>
<title>tests: Add new tests for ubinascii differences</title>
<updated>2018-05-01T01:06:29+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2018-05-01T00:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e7f463320f8675d2f9acb6819ad0a2556672be08'/>
<id>urn:sha1:e7f463320f8675d2f9acb6819ad0a2556672be08</id>
<content type='text'>
.. some of these tests currently fail, but a subsequent commit will
fix them.
</content>
</entry>
</feed>
