aboutsummaryrefslogtreecommitdiff
path: root/tests/feature_check
diff options
context:
space:
mode:
authorDamien George2019-10-29 22:13:38 +1100
committerDamien George2019-10-29 22:22:37 +1100
commit1d511152467ad2d21f874c9bbe05f8f117424d3e (patch)
treeb2b71a0ae8233c6c108dbfbaf5efc9d9e5d5bf7c /tests/feature_check
parenteebffb2b5b46dae65eeef8290146112348415221 (diff)
tests: Add feature check for uio module and skip corresponding tests.
Diffstat (limited to 'tests/feature_check')
-rw-r--r--tests/feature_check/uio_module.py5
-rw-r--r--tests/feature_check/uio_module.py.exp0
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/feature_check/uio_module.py b/tests/feature_check/uio_module.py
new file mode 100644
index 000000000..1031cba90
--- /dev/null
+++ b/tests/feature_check/uio_module.py
@@ -0,0 +1,5 @@
+try:
+ import uio
+ print("uio")
+except ImportError:
+ print("no")
diff --git a/tests/feature_check/uio_module.py.exp b/tests/feature_check/uio_module.py.exp
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/tests/feature_check/uio_module.py.exp