diff options
| author | Damien George | 2019-10-29 22:13:38 +1100 |
|---|---|---|
| committer | Damien George | 2019-10-29 22:22:37 +1100 |
| commit | 1d511152467ad2d21f874c9bbe05f8f117424d3e (patch) | |
| tree | b2b71a0ae8233c6c108dbfbaf5efc9d9e5d5bf7c /tests/feature_check | |
| parent | eebffb2b5b46dae65eeef8290146112348415221 (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.py | 5 | ||||
| -rw-r--r-- | tests/feature_check/uio_module.py.exp | 0 |
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 |
