Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests: Convert remaining "sys.exit()" to "raise SystemExit". | Paul Sokolovsky | 2017-06-10 |
| | |||
* | tests/extmod/vfs: Update tests to reflect new ilistdir() method. | Damien George | 2017-05-10 |
| | |||
* | tests/extmod: Make tests skippable. | Paul Sokolovsky | 2017-02-15 |
| | |||
* | tests/extmod/vfs_fat: Update tests to work with new VFS sub-system. | Damien George | 2017-01-27 |
| | | | | The vfs_fat_fsusermount test is no longer relevant so has been removed. | ||
* | test/extmod: Update vfs_fat tests for new OO FatFs library. | Damien George | 2017-01-27 |
| | | | | | The new version of FatFs requires a minimum of 50 blocks on the device. Also, some tests no longer make sense with an OO vfs. | ||
* | tests/vfs_fat_oldproto: Skip for ports not supporting "oldproto". | Paul Sokolovsky | 2016-11-06 |
| | | | | Otherwise this broke esp8266 testsuite. | ||
* | tests/extmod/vfs_fat_oldproto: Test old block device protocol. | Alex March | 2016-10-27 |