<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/extmod/vfs_basic.py, branch 6.1.0-beta.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.1.0-beta.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.1.0-beta.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-06-06T04:28:23+00:00</updated>
<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/vfs_basic: Allow test to pass on embedded targets.</title>
<updated>2017-06-11T12:56:27+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-06-11T12:56:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f55dcddbc79620f2dc2bbce0aa0e95570db9bc2c'/>
<id>urn:sha1:f55dcddbc79620f2dc2bbce0aa0e95570db9bc2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Convert remaining "sys.exit()" to "raise SystemExit".</title>
<updated>2017-06-10T17:34:38+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-06-10T17:14:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=85d809d1f4e35a511e0a56b3411126e05a31c01b'/>
<id>urn:sha1:85d809d1f4e35a511e0a56b3411126e05a31c01b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/vfs: Allow to statvfs the root directory.</title>
<updated>2017-06-07T05:17:45+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-06-07T05:17:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f6ef8e3f17222a397e02f93a8b0d283e0f6c9793'/>
<id>urn:sha1:f6ef8e3f17222a397e02f93a8b0d283e0f6c9793</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/extmod/vfs: Update tests to reflect new ilistdir() method.</title>
<updated>2017-05-10T01:39:29+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-05-05T13:35:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=852c215d76de082adf57d3724907ab2c8d790e78'/>
<id>urn:sha1:852c215d76de082adf57d3724907ab2c8d790e78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/extmod: Make some vfs tests fully unmount FSs before running.</title>
<updated>2017-05-09T05:50:40+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-05-09T05:50:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9bd67d9fbc09823e33642e7ec709afbf88d11d0a'/>
<id>urn:sha1:9bd67d9fbc09823e33642e7ec709afbf88d11d0a</id>
<content type='text'>
Otherwise the existing FSs can interfere with the tests, and in some
cases the tests can write to the real FS on the device.
</content>
</entry>
<entry>
<title>tests/extmod: Add some more VFS tests.</title>
<updated>2017-05-05T10:15:10+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-03-10T06:43:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1b3e3724188af762ccab80cafc959a0e766983bc'/>
<id>urn:sha1:1b3e3724188af762ccab80cafc959a0e766983bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/extmod/vfs_basic: Unmount all existing devices before doing test.</title>
<updated>2017-03-14T11:08:37+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-03-14T11:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a49a96bb5d683bb2a721da70c4c3f049cf6ba2f3'/>
<id>urn:sha1:a49a96bb5d683bb2a721da70c4c3f049cf6ba2f3</id>
<content type='text'>
This is so the test can run successfully on targets that already have
something mounted.
</content>
</entry>
<entry>
<title>tests/extmod/vfs_basic: Add more tests for basic VFS functionality.</title>
<updated>2017-03-14T05:07:30+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-03-14T05:07:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=773b0bac416907d21f0aa0a0322f355e5588c8ad'/>
<id>urn:sha1:773b0bac416907d21f0aa0a0322f355e5588c8ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/extmod: Add a test for core VFS functionality, sans any filesystem.</title>
<updated>2017-03-13T10:42:02+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-03-13T10:42:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8891b2e7006334e5333a9a35602ae01f0700b12f'/>
<id>urn:sha1:8891b2e7006334e5333a9a35602ae01f0700b12f</id>
<content type='text'>
</content>
</entry>
</feed>
