tests: Improve feature detection for VFS.

pull/1/head
Ayke van Laethem 2018-07-20 00:49:23 +02:00
parent a8736e5c36
commit 7c98c6b053
No known key found for this signature in database
GPG Key ID: E97FF5335DFDFDED
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,3 @@
import uerrno
try:
import uos
except ImportError:

View File

@ -1,9 +1,10 @@
# test VFS functionality with a user-defined filesystem
# also tests parts of uio.IOBase implementation
import sys, uio
import sys
try:
import uio
uio.IOBase
import uos
uos.mount